Shades of Chalet Green #5E6A4F
Tints of Chalet Green #5E6A4F
RGB
CMYK
RGB Variations
Color information
#5E6A4F (or 0x5E6A4F) is known color: Chalet Green. HEX triplet: 5E, 6A and 4F. RGB value is (94,106,79). Sum of RGB (Red+Green+Blue) = 94+106+79=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A4F is #A195B0. Grayscale: #636363. Windows color (decimal): -10589617 or 5204574. OLE color: 5204574.
HSL color Cylindrical-coordinate representation of color #5E6A4F: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5E6A4F is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 79 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.58 |
| HSL | 86.67º | 0.15% | 0.36% | - |
| HSV(B) | 86.67º | 0.25% | 0.42% | - |
| XYZ | 11.18 | 13.25 | 9.37 | - |
| YUV | 99.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 79 | 0.11 | 0 | 0.25 | 0.58 | 86.67 | 0.15 | 0.36 |
| Hex | 5E | 6A | 4F | B | 0 | 19 | 3A | 57 | F | 24 |
| Octal | 136 | 152 | 117 | 13 | 0 | 31 | 72 | 127 | 17 | 44 |
| Binary | 1011110 | 1101010 | 1001111 | 1011 | 0 | 11001 | 111010 | 1010111 | 1111 | 100100 |
Color Harmonies of #5E6A4F
Complementary color
Monochromatic Colors of #5E6A4F
Black with #5E6A4F
Text Example
Text Example
White with #5E6A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A4F; }
p { color: rgb(94,106,79); }
H1.HeaderClassName
{
color: #5E6A4F;
}
.AnyTagClassName
{
color: #5E6A4F;
}
</style>
background-color css
<style>
a { background-color: #5E6A4F; }
a { background-color: rgb(94,106,79); }
div.DivClassName
{
background-color: #5E6A4F;
}
.BgClassName
{
background-color: #5E6A4F;
}
</style>
border-color css
<style>
span { border-color: #5E6A4F; }
span { border-color: rgb(94,106,79); }
td.TdClassName
{
border-color: #5E6A4F;
}
.TagClassName
{
border-color: #5E6A4F;
}
</style>