Shades of Chalet Green #5E7040
Tints of Chalet Green #5E7040
RGB
CMYK
RGB Variations
Color information
#5E7040 (or 0x5E7040) is known color: Chalet Green. HEX triplet: 5E, 70 and 40. RGB value is (94,112,64). Sum of RGB (Red+Green+Blue) = 94+112+64=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #5E7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7040 is #A18FBF. Grayscale: #656565. Windows color (decimal): -10588096 or 4223070. OLE color: 4223070.
HSL color Cylindrical-coordinate representation of color #5E7040: hue angle of 82.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E7040 is Cyan = 0.16, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 64 | - |
| CMYK | 0.16 | 0 | 0.43 | 0.56 |
| HSL | 82.5º | 0.27% | 0.35% | - |
| HSV(B) | 82.5º | 0.43% | 0.44% | - |
| XYZ | 11.34 | 14.34 | 7.02 | - |
| YUV | 101.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 64 | 0.16 | 0 | 0.43 | 0.56 | 82.5 | 0.27 | 0.35 |
| Hex | 5E | 70 | 40 | 10 | 0 | 2B | 38 | 52 | 1B | 23 |
| Octal | 136 | 160 | 100 | 20 | 0 | 53 | 70 | 122 | 33 | 43 |
| Binary | 1011110 | 1110000 | 1000000 | 10000 | 0 | 101011 | 111000 | 1010010 | 11011 | 100011 |
Color Harmonies of #5E7040
Complementary color
Monochromatic Colors of #5E7040
Black with #5E7040
Text Example
Text Example
White with #5E7040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7040; }
p { color: rgb(94,112,64); }
H1.HeaderClassName
{
color: #5E7040;
}
.AnyTagClassName
{
color: #5E7040;
}
</style>
background-color css
<style>
a { background-color: #5E7040; }
a { background-color: rgb(94,112,64); }
div.DivClassName
{
background-color: #5E7040;
}
.BgClassName
{
background-color: #5E7040;
}
</style>
border-color css
<style>
span { border-color: #5E7040; }
span { border-color: rgb(94,112,64); }
td.TdClassName
{
border-color: #5E7040;
}
.TagClassName
{
border-color: #5E7040;
}
</style>