Shades of Salem #1F704F
Tints of Salem #1F704F
RGB
CMYK
RGB Variations
Color information
#1F704F (or 0x1F704F) is known color: Salem. HEX triplet: 1F, 70 and 4F. RGB value is (31,112,79). Sum of RGB (Red+Green+Blue) = 31+112+79=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #1F704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F704F is #E08FB0. Grayscale: #545454. Windows color (decimal): -14716849 or 5206047. OLE color: 5206047.
HSL color Cylindrical-coordinate representation of color #1F704F: hue angle of 155.56º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F704F is Cyan = 0.72, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 112 | 79 | - |
| CMYK | 0.72 | 0 | 0.29 | 0.56 |
| HSL | 155.56º | 0.57% | 0.28% | - |
| HSV(B) | 155.56º | 0.72% | 0.44% | - |
| XYZ | 7.77 | 12.44 | 9.39 | - |
| YUV | 84.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 112 | 79 | 0.72 | 0 | 0.29 | 0.56 | 155.56 | 0.57 | 0.28 |
| Hex | 1F | 70 | 4F | 48 | 0 | 1D | 38 | 9C | 39 | 1C |
| Octal | 37 | 160 | 117 | 110 | 0 | 35 | 70 | 234 | 71 | 34 |
| Binary | 11111 | 1110000 | 1001111 | 1001000 | 0 | 11101 | 111000 | 10011100 | 111001 | 11100 |
Color Harmonies of #1F704F
Complementary color
Monochromatic Colors of #1F704F
Black with #1F704F
Text Example
Text Example
White with #1F704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F704F; }
p { color: rgb(31,112,79); }
H1.HeaderClassName
{
color: #1F704F;
}
.AnyTagClassName
{
color: #1F704F;
}
</style>
background-color css
<style>
a { background-color: #1F704F; }
a { background-color: rgb(31,112,79); }
div.DivClassName
{
background-color: #1F704F;
}
.BgClassName
{
background-color: #1F704F;
}
</style>
border-color css
<style>
span { border-color: #1F704F; }
span { border-color: rgb(31,112,79); }
td.TdClassName
{
border-color: #1F704F;
}
.TagClassName
{
border-color: #1F704F;
}
</style>