Shades of Chalet Green #5D7740
Tints of Chalet Green #5D7740
RGB
CMYK
RGB Variations
Color information
#5D7740 (or 0x5D7740) is known color: Chalet Green. HEX triplet: 5D, 77 and 40. RGB value is (93,119,64). Sum of RGB (Red+Green+Blue) = 93+119+64=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #5D7740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7740 is #A288BF. Grayscale: #696969. Windows color (decimal): -10651840 or 4224861. OLE color: 4224861.
HSL color Cylindrical-coordinate representation of color #5D7740: hue angle of 88.36º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D7740 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 64 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.53 |
| HSL | 88.36º | 0.3% | 0.36% | - |
| HSV(B) | 88.36º | 0.46% | 0.47% | - |
| XYZ | 12.04 | 15.89 | 7.28 | - |
| YUV | 104.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 64 | 0.22 | 0 | 0.46 | 0.53 | 88.36 | 0.3 | 0.36 |
| Hex | 5D | 77 | 40 | 16 | 0 | 2E | 35 | 58 | 1E | 24 |
| Octal | 135 | 167 | 100 | 26 | 0 | 56 | 65 | 130 | 36 | 44 |
| Binary | 1011101 | 1110111 | 1000000 | 10110 | 0 | 101110 | 110101 | 1011000 | 11110 | 100100 |
Color Harmonies of #5D7740
Complementary color
Monochromatic Colors of #5D7740
Black with #5D7740
Text Example
Text Example
White with #5D7740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7740; }
p { color: rgb(93,119,64); }
H1.HeaderClassName
{
color: #5D7740;
}
.AnyTagClassName
{
color: #5D7740;
}
</style>
background-color css
<style>
a { background-color: #5D7740; }
a { background-color: rgb(93,119,64); }
div.DivClassName
{
background-color: #5D7740;
}
.BgClassName
{
background-color: #5D7740;
}
</style>
border-color css
<style>
span { border-color: #5D7740; }
span { border-color: rgb(93,119,64); }
td.TdClassName
{
border-color: #5D7740;
}
.TagClassName
{
border-color: #5D7740;
}
</style>