Shades of Chalet Green #5F7049
Tints of Chalet Green #5F7049
RGB
CMYK
RGB Variations
Color information
#5F7049 (or 0x5F7049) is known color: Chalet Green. HEX triplet: 5F, 70 and 49. RGB value is (95,112,73). Sum of RGB (Red+Green+Blue) = 95+112+73=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #5F7049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7049 is #A08FB6. Grayscale: #666666. Windows color (decimal): -10522551 or 4812895. OLE color: 4812895.
HSL color Cylindrical-coordinate representation of color #5F7049: hue angle of 86.15º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7049 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 112 | 73 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.56 |
| HSL | 86.15º | 0.21% | 0.36% | - |
| HSV(B) | 86.15º | 0.35% | 0.44% | - |
| XYZ | 11.72 | 14.5 | 8.49 | - |
| YUV | 102.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 112 | 73 | 0.15 | 0 | 0.35 | 0.56 | 86.15 | 0.21 | 0.36 |
| Hex | 5F | 70 | 49 | F | 0 | 23 | 38 | 56 | 15 | 24 |
| Octal | 137 | 160 | 111 | 17 | 0 | 43 | 70 | 126 | 25 | 44 |
| Binary | 1011111 | 1110000 | 1001001 | 1111 | 0 | 100011 | 111000 | 1010110 | 10101 | 100100 |
Color Harmonies of #5F7049
Complementary color
Monochromatic Colors of #5F7049
Black with #5F7049
Text Example
Text Example
White with #5F7049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7049; }
p { color: rgb(95,112,73); }
H1.HeaderClassName
{
color: #5F7049;
}
.AnyTagClassName
{
color: #5F7049;
}
</style>
background-color css
<style>
a { background-color: #5F7049; }
a { background-color: rgb(95,112,73); }
div.DivClassName
{
background-color: #5F7049;
}
.BgClassName
{
background-color: #5F7049;
}
</style>
border-color css
<style>
span { border-color: #5F7049; }
span { border-color: rgb(95,112,73); }
td.TdClassName
{
border-color: #5F7049;
}
.TagClassName
{
border-color: #5F7049;
}
</style>