Shades of Chalet Green #5D7444
Tints of Chalet Green #5D7444
RGB
CMYK
RGB Variations
Color information
#5D7444 (or 0x5D7444) is known color: Chalet Green. HEX triplet: 5D, 74 and 44. RGB value is (93,116,68). Sum of RGB (Red+Green+Blue) = 93+116+68=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7444 is #A28BBB. Grayscale: #676767. Windows color (decimal): -10652604 or 4486237. OLE color: 4486237.
HSL color Cylindrical-coordinate representation of color #5D7444: hue angle of 88.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D7444 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 116 | 68 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.55 |
| HSL | 88.75º | 0.26% | 0.36% | - |
| HSV(B) | 88.75º | 0.41% | 0.45% | - |
| XYZ | 11.8 | 15.24 | 7.79 | - |
| YUV | 103.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 116 | 68 | 0.20 | 0 | 0.41 | 0.55 | 88.75 | 0.26 | 0.36 |
| Hex | 5D | 74 | 44 | 14 | 0 | 29 | 37 | 59 | 1A | 24 |
| Octal | 135 | 164 | 104 | 24 | 0 | 51 | 67 | 131 | 32 | 44 |
| Binary | 1011101 | 1110100 | 1000100 | 10100 | 0 | 101001 | 110111 | 1011001 | 11010 | 100100 |
Color Harmonies of #5D7444
Complementary color
Monochromatic Colors of #5D7444
Black with #5D7444
Text Example
Text Example
White with #5D7444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7444; }
p { color: rgb(93,116,68); }
H1.HeaderClassName
{
color: #5D7444;
}
.AnyTagClassName
{
color: #5D7444;
}
</style>
background-color css
<style>
a { background-color: #5D7444; }
a { background-color: rgb(93,116,68); }
div.DivClassName
{
background-color: #5D7444;
}
.BgClassName
{
background-color: #5D7444;
}
</style>
border-color css
<style>
span { border-color: #5D7444; }
span { border-color: rgb(93,116,68); }
td.TdClassName
{
border-color: #5D7444;
}
.TagClassName
{
border-color: #5D7444;
}
</style>