Shades of Salem #1F7855
Tints of Salem #1F7855
RGB
CMYK
RGB Variations
Color information
#1F7855 (or 0x1F7855) is known color: Salem. HEX triplet: 1F, 78 and 55. RGB value is (31,120,85). Sum of RGB (Red+Green+Blue) = 31+120+85=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7855 is #E087AA. Grayscale: #595959. Windows color (decimal): -14714795 or 5601311. OLE color: 5601311.
HSL color Cylindrical-coordinate representation of color #1F7855: hue angle of 156.4º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7855 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 85 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.53 |
| HSL | 156.4º | 0.59% | 0.3% | - |
| HSV(B) | 156.4º | 0.74% | 0.47% | - |
| XYZ | 8.92 | 14.38 | 10.9 | - |
| YUV | 89.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 85 | 0.74 | 0 | 0.29 | 0.53 | 156.4 | 0.59 | 0.3 |
| Hex | 1F | 78 | 55 | 4A | 0 | 1D | 35 | 9C | 3B | 1E |
| Octal | 37 | 170 | 125 | 112 | 0 | 35 | 65 | 234 | 73 | 36 |
| Binary | 11111 | 1111000 | 1010101 | 1001010 | 0 | 11101 | 110101 | 10011100 | 111011 | 11110 |
Color Harmonies of #1F7855
Complementary color
Monochromatic Colors of #1F7855
Black with #1F7855
Text Example
Text Example
White with #1F7855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7855; }
p { color: rgb(31,120,85); }
H1.HeaderClassName
{
color: #1F7855;
}
.AnyTagClassName
{
color: #1F7855;
}
</style>
background-color css
<style>
a { background-color: #1F7855; }
a { background-color: rgb(31,120,85); }
div.DivClassName
{
background-color: #1F7855;
}
.BgClassName
{
background-color: #1F7855;
}
</style>
border-color css
<style>
span { border-color: #1F7855; }
span { border-color: rgb(31,120,85); }
td.TdClassName
{
border-color: #1F7855;
}
.TagClassName
{
border-color: #1F7855;
}
</style>