Shades of Chalet Green #5E6B41
Tints of Chalet Green #5E6B41
RGB
CMYK
RGB Variations
Color information
#5E6B41 (or 0x5E6B41) is known color: Chalet Green. HEX triplet: 5E, 6B and 41. RGB value is (94,107,65). Sum of RGB (Red+Green+Blue) = 94+107+65=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B41 is #A194BE. Grayscale: #626262. Windows color (decimal): -10589375 or 4287326. OLE color: 4287326.
HSL color Cylindrical-coordinate representation of color #5E6B41: hue angle of 78.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E6B41 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 65 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.58 |
| HSL | 78.57º | 0.24% | 0.34% | - |
| HSV(B) | 78.57º | 0.39% | 0.42% | - |
| XYZ | 10.83 | 13.28 | 6.99 | - |
| YUV | 98.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 65 | 0.12 | 0 | 0.39 | 0.58 | 78.57 | 0.24 | 0.34 |
| Hex | 5E | 6B | 41 | C | 0 | 27 | 3A | 4F | 18 | 22 |
| Octal | 136 | 153 | 101 | 14 | 0 | 47 | 72 | 117 | 30 | 42 |
| Binary | 1011110 | 1101011 | 1000001 | 1100 | 0 | 100111 | 111010 | 1001111 | 11000 | 100010 |
Color Harmonies of #5E6B41
Complementary color
Monochromatic Colors of #5E6B41
Black with #5E6B41
Text Example
Text Example
White with #5E6B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B41; }
p { color: rgb(94,107,65); }
H1.HeaderClassName
{
color: #5E6B41;
}
.AnyTagClassName
{
color: #5E6B41;
}
</style>
background-color css
<style>
a { background-color: #5E6B41; }
a { background-color: rgb(94,107,65); }
div.DivClassName
{
background-color: #5E6B41;
}
.BgClassName
{
background-color: #5E6B41;
}
</style>
border-color css
<style>
span { border-color: #5E6B41; }
span { border-color: rgb(94,107,65); }
td.TdClassName
{
border-color: #5E6B41;
}
.TagClassName
{
border-color: #5E6B41;
}
</style>