Shades of Chalet Green #5E6C45
Tints of Chalet Green #5E6C45
RGB
CMYK
RGB Variations
Color information
#5E6C45 (or 0x5E6C45) is known color: Chalet Green. HEX triplet: 5E, 6C and 45. RGB value is (94,108,69). Sum of RGB (Red+Green+Blue) = 94+108+69=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6C45 is #A193BA. Grayscale: #636363. Windows color (decimal): -10589115 or 4549726. OLE color: 4549726.
HSL color Cylindrical-coordinate representation of color #5E6C45: hue angle of 81.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E6C45 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 108 | 69 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.58 |
| HSL | 81.54º | 0.22% | 0.35% | - |
| HSV(B) | 81.54º | 0.36% | 0.42% | - |
| XYZ | 11.05 | 13.53 | 7.66 | - |
| YUV | 99.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 69 | 0.13 | 0 | 0.36 | 0.58 | 81.54 | 0.22 | 0.35 |
| Hex | 5E | 6C | 45 | D | 0 | 24 | 3A | 52 | 16 | 23 |
| Octal | 136 | 154 | 105 | 15 | 0 | 44 | 72 | 122 | 26 | 43 |
| Binary | 1011110 | 1101100 | 1000101 | 1101 | 0 | 100100 | 111010 | 1010010 | 10110 | 100011 |
Color Harmonies of #5E6C45
Complementary color
Monochromatic Colors of #5E6C45
Black with #5E6C45
Text Example
Text Example
White with #5E6C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6C45; }
p { color: rgb(94,108,69); }
H1.HeaderClassName
{
color: #5E6C45;
}
.AnyTagClassName
{
color: #5E6C45;
}
</style>
background-color css
<style>
a { background-color: #5E6C45; }
a { background-color: rgb(94,108,69); }
div.DivClassName
{
background-color: #5E6C45;
}
.BgClassName
{
background-color: #5E6C45;
}
</style>
border-color css
<style>
span { border-color: #5E6C45; }
span { border-color: rgb(94,108,69); }
td.TdClassName
{
border-color: #5E6C45;
}
.TagClassName
{
border-color: #5E6C45;
}
</style>