Shades of Chalet Green #5E6B42
Tints of Chalet Green #5E6B42
RGB
CMYK
RGB Variations
Color information
#5E6B42 (or 0x5E6B42) is known color: Chalet Green. HEX triplet: 5E, 6B and 42. RGB value is (94,107,66). Sum of RGB (Red+Green+Blue) = 94+107+66=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B42 is #A194BD. Grayscale: #626262. Windows color (decimal): -10589374 or 4352862. OLE color: 4352862.
HSL color Cylindrical-coordinate representation of color #5E6B42: hue angle of 79.02º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E6B42 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 66 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.58 |
| HSL | 79.02º | 0.24% | 0.34% | - |
| HSV(B) | 79.02º | 0.38% | 0.42% | - |
| XYZ | 10.86 | 13.29 | 7.15 | - |
| YUV | 98.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 66 | 0.12 | 0 | 0.38 | 0.58 | 79.02 | 0.24 | 0.34 |
| Hex | 5E | 6B | 42 | C | 0 | 26 | 3A | 4F | 18 | 22 |
| Octal | 136 | 153 | 102 | 14 | 0 | 46 | 72 | 117 | 30 | 42 |
| Binary | 1011110 | 1101011 | 1000010 | 1100 | 0 | 100110 | 111010 | 1001111 | 11000 | 100010 |
Color Harmonies of #5E6B42
Complementary color
Monochromatic Colors of #5E6B42
Black with #5E6B42
Text Example
Text Example
White with #5E6B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B42; }
p { color: rgb(94,107,66); }
H1.HeaderClassName
{
color: #5E6B42;
}
.AnyTagClassName
{
color: #5E6B42;
}
</style>
background-color css
<style>
a { background-color: #5E6B42; }
a { background-color: rgb(94,107,66); }
div.DivClassName
{
background-color: #5E6B42;
}
.BgClassName
{
background-color: #5E6B42;
}
</style>
border-color css
<style>
span { border-color: #5E6B42; }
span { border-color: rgb(94,107,66); }
td.TdClassName
{
border-color: #5E6B42;
}
.TagClassName
{
border-color: #5E6B42;
}
</style>