Shades of Chalet Green #5E6A4E
Tints of Chalet Green #5E6A4E
RGB
CMYK
RGB Variations
Color information
#5E6A4E (or 0x5E6A4E) is known color: Chalet Green. HEX triplet: 5E, 6A and 4E. RGB value is (94,106,78). Sum of RGB (Red+Green+Blue) = 94+106+78=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #5E6A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6A4E is #A195B1. Grayscale: #636363. Windows color (decimal): -10589618 or 5139038. OLE color: 5139038.
HSL color Cylindrical-coordinate representation of color #5E6A4E: hue angle of 85.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5E6A4E is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 106 | 78 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.58 |
| HSL | 85.71º | 0.15% | 0.36% | - |
| HSV(B) | 85.71º | 0.26% | 0.42% | - |
| XYZ | 11.15 | 13.24 | 9.18 | - |
| YUV | 99.22 | 116.02 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 106 | 78 | 0.11 | 0 | 0.26 | 0.58 | 85.71 | 0.15 | 0.36 |
| Hex | 5E | 6A | 4E | B | 0 | 1A | 3A | 56 | F | 24 |
| Octal | 136 | 152 | 116 | 13 | 0 | 32 | 72 | 126 | 17 | 44 |
| Binary | 1011110 | 1101010 | 1001110 | 1011 | 0 | 11010 | 111010 | 1010110 | 1111 | 100100 |
Color Harmonies of #5E6A4E
Complementary color
Monochromatic Colors of #5E6A4E
Black with #5E6A4E
Text Example
Text Example
White with #5E6A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6A4E; }
p { color: rgb(94,106,78); }
H1.HeaderClassName
{
color: #5E6A4E;
}
.AnyTagClassName
{
color: #5E6A4E;
}
</style>
background-color css
<style>
a { background-color: #5E6A4E; }
a { background-color: rgb(94,106,78); }
div.DivClassName
{
background-color: #5E6A4E;
}
.BgClassName
{
background-color: #5E6A4E;
}
</style>
border-color css
<style>
span { border-color: #5E6A4E; }
span { border-color: rgb(94,106,78); }
td.TdClassName
{
border-color: #5E6A4E;
}
.TagClassName
{
border-color: #5E6A4E;
}
</style>