Shades of Chalet Green #5E6D41
Tints of Chalet Green #5E6D41
RGB
CMYK
RGB Variations
Color information
#5E6D41 (or 0x5E6D41) is known color: Chalet Green. HEX triplet: 5E, 6D and 41. RGB value is (94,109,65). Sum of RGB (Red+Green+Blue) = 94+109+65=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 109 (42.97% from 255 or 40.67% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6D41 is #A192BE. Grayscale: #636363. Windows color (decimal): -10588863 or 4287838. OLE color: 4287838.
HSL color Cylindrical-coordinate representation of color #5E6D41: hue angle of 80.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E6D41 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 109 | 65 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.57 |
| HSL | 80.45º | 0.25% | 0.34% | - |
| HSV(B) | 80.45º | 0.4% | 0.43% | - |
| XYZ | 11.04 | 13.7 | 7.06 | - |
| YUV | 99.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 109 | 65 | 0.14 | 0 | 0.40 | 0.57 | 80.45 | 0.25 | 0.34 |
| Hex | 5E | 6D | 41 | E | 0 | 28 | 39 | 50 | 19 | 22 |
| Octal | 136 | 155 | 101 | 16 | 0 | 50 | 71 | 120 | 31 | 42 |
| Binary | 1011110 | 1101101 | 1000001 | 1110 | 0 | 101000 | 111001 | 1010000 | 11001 | 100010 |
Color Harmonies of #5E6D41
Complementary color
Monochromatic Colors of #5E6D41
Black with #5E6D41
Text Example
Text Example
White with #5E6D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6D41; }
p { color: rgb(94,109,65); }
H1.HeaderClassName
{
color: #5E6D41;
}
.AnyTagClassName
{
color: #5E6D41;
}
</style>
background-color css
<style>
a { background-color: #5E6D41; }
a { background-color: rgb(94,109,65); }
div.DivClassName
{
background-color: #5E6D41;
}
.BgClassName
{
background-color: #5E6D41;
}
</style>
border-color css
<style>
span { border-color: #5E6D41; }
span { border-color: rgb(94,109,65); }
td.TdClassName
{
border-color: #5E6D41;
}
.TagClassName
{
border-color: #5E6D41;
}
</style>