Shades of Salem #1F8653
Tints of Salem #1F8653
RGB
CMYK
RGB Variations
Color information
#1F8653 (or 0x1F8653) is known color: Salem. HEX triplet: 1F, 86 and 53. RGB value is (31,134,83). Sum of RGB (Red+Green+Blue) = 31+134+83=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 134 (52.73% from 255 or 54.03% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 134 - color contains mainly: green. Hex color #1F8653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8653 is #E079AC. Grayscale: #616161. Windows color (decimal): -14711213 or 5473823. OLE color: 5473823.
HSL color Cylindrical-coordinate representation of color #1F8653: hue angle of 150.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F8653 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 134 | 83 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.47 |
| HSL | 150.29º | 0.62% | 0.32% | - |
| HSV(B) | 150.29º | 0.77% | 0.53% | - |
| XYZ | 10.65 | 17.97 | 11.09 | - |
| YUV | 97.39 | 119.88 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 83 | 0.77 | 0 | 0.38 | 0.47 | 150.29 | 0.62 | 0.32 |
| Hex | 1F | 86 | 53 | 4D | 0 | 26 | 2F | 96 | 3E | 20 |
| Octal | 37 | 206 | 123 | 115 | 0 | 46 | 57 | 226 | 76 | 40 |
| Binary | 11111 | 10000110 | 1010011 | 1001101 | 0 | 100110 | 101111 | 10010110 | 111110 | 100000 |
Color Harmonies of #1F8653
Complementary color
Monochromatic Colors of #1F8653
Black with #1F8653
Text Example
Text Example
White with #1F8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8653; }
p { color: rgb(31,134,83); }
H1.HeaderClassName
{
color: #1F8653;
}
.AnyTagClassName
{
color: #1F8653;
}
</style>
background-color css
<style>
a { background-color: #1F8653; }
a { background-color: rgb(31,134,83); }
div.DivClassName
{
background-color: #1F8653;
}
.BgClassName
{
background-color: #1F8653;
}
</style>
border-color css
<style>
span { border-color: #1F8653; }
span { border-color: rgb(31,134,83); }
td.TdClassName
{
border-color: #1F8653;
}
.TagClassName
{
border-color: #1F8653;
}
</style>