Shades of Chalet Green #5F724A
Tints of Chalet Green #5F724A
RGB
CMYK
RGB Variations
Color information
#5F724A (or 0x5F724A) is known color: Chalet Green. HEX triplet: 5F, 72 and 4A. RGB value is (95,114,74). Sum of RGB (Red+Green+Blue) = 95+114+74=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #5F724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F724A is #A08DB5. Grayscale: #676767. Windows color (decimal): -10522038 or 4878943. OLE color: 4878943.
HSL color Cylindrical-coordinate representation of color #5F724A: hue angle of 88.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F724A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 74 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.55 |
| HSL | 88.5º | 0.21% | 0.37% | - |
| HSV(B) | 88.5º | 0.35% | 0.45% | - |
| XYZ | 11.97 | 14.96 | 8.74 | - |
| YUV | 103.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 74 | 0.17 | 0 | 0.35 | 0.55 | 88.5 | 0.21 | 0.37 |
| Hex | 5F | 72 | 4A | 11 | 0 | 23 | 37 | 58 | 15 | 25 |
| Octal | 137 | 162 | 112 | 21 | 0 | 43 | 67 | 130 | 25 | 45 |
| Binary | 1011111 | 1110010 | 1001010 | 10001 | 0 | 100011 | 110111 | 1011000 | 10101 | 100101 |
Color Harmonies of #5F724A
Complementary color
Monochromatic Colors of #5F724A
Black with #5F724A
Text Example
Text Example
White with #5F724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F724A; }
p { color: rgb(95,114,74); }
H1.HeaderClassName
{
color: #5F724A;
}
.AnyTagClassName
{
color: #5F724A;
}
</style>
background-color css
<style>
a { background-color: #5F724A; }
a { background-color: rgb(95,114,74); }
div.DivClassName
{
background-color: #5F724A;
}
.BgClassName
{
background-color: #5F724A;
}
</style>
border-color css
<style>
span { border-color: #5F724A; }
span { border-color: rgb(95,114,74); }
td.TdClassName
{
border-color: #5F724A;
}
.TagClassName
{
border-color: #5F724A;
}
</style>