Shades of Salem #1F7853
Tints of Salem #1F7853
RGB
CMYK
RGB Variations
Color information
#1F7853 (or 0x1F7853) is known color: Salem. HEX triplet: 1F, 78 and 53. RGB value is (31,120,83). Sum of RGB (Red+Green+Blue) = 31+120+83=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #1F7853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7853 is #E087AC. Grayscale: #595959. Windows color (decimal): -14714797 or 5470239. OLE color: 5470239.
HSL color Cylindrical-coordinate representation of color #1F7853: hue angle of 155.06º 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 #1F7853 is Cyan = 0.74, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 120 | 83 | - |
| CMYK | 0.74 | 0 | 0.31 | 0.53 |
| HSL | 155.06º | 0.59% | 0.3% | - |
| HSV(B) | 155.06º | 0.74% | 0.47% | - |
| XYZ | 8.84 | 14.35 | 10.49 | - |
| YUV | 89.17 | 124.51 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 120 | 83 | 0.74 | 0 | 0.31 | 0.53 | 155.06 | 0.59 | 0.3 |
| Hex | 1F | 78 | 53 | 4A | 0 | 1F | 35 | 9B | 3B | 1E |
| Octal | 37 | 170 | 123 | 112 | 0 | 37 | 65 | 233 | 73 | 36 |
| Binary | 11111 | 1111000 | 1010011 | 1001010 | 0 | 11111 | 110101 | 10011011 | 111011 | 11110 |
Color Harmonies of #1F7853
Complementary color
Monochromatic Colors of #1F7853
Black with #1F7853
Text Example
Text Example
White with #1F7853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7853; }
p { color: rgb(31,120,83); }
H1.HeaderClassName
{
color: #1F7853;
}
.AnyTagClassName
{
color: #1F7853;
}
</style>
background-color css
<style>
a { background-color: #1F7853; }
a { background-color: rgb(31,120,83); }
div.DivClassName
{
background-color: #1F7853;
}
.BgClassName
{
background-color: #1F7853;
}
</style>
border-color css
<style>
span { border-color: #1F7853; }
span { border-color: rgb(31,120,83); }
td.TdClassName
{
border-color: #1F7853;
}
.TagClassName
{
border-color: #1F7853;
}
</style>