Shades of Chalet Green #5E6950
Tints of Chalet Green #5E6950
RGB
CMYK
RGB Variations
Color information
#5E6950 (or 0x5E6950) is known color: Chalet Green. HEX triplet: 5E, 69 and 50. RGB value is (94,105,80). Sum of RGB (Red+Green+Blue) = 94+105+80=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6950 is #A196AF. Grayscale: #626262. Windows color (decimal): -10589872 or 5269854. OLE color: 5269854.
HSL color Cylindrical-coordinate representation of color #5E6950: hue angle of 86.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E6950 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 105 | 80 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.59 |
| HSL | 86.4º | 0.14% | 0.36% | - |
| HSV(B) | 86.4º | 0.24% | 0.41% | - |
| XYZ | 11.12 | 13.06 | 9.52 | - |
| YUV | 98.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 105 | 80 | 0.10 | 0 | 0.24 | 0.59 | 86.4 | 0.14 | 0.36 |
| Hex | 5E | 69 | 50 | A | 0 | 18 | 3B | 56 | E | 24 |
| Octal | 136 | 151 | 120 | 12 | 0 | 30 | 73 | 126 | 16 | 44 |
| Binary | 1011110 | 1101001 | 1010000 | 1010 | 0 | 11000 | 111011 | 1010110 | 1110 | 100100 |
Color Harmonies of #5E6950
Complementary color
Monochromatic Colors of #5E6950
Black with #5E6950
Text Example
Text Example
White with #5E6950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6950; }
p { color: rgb(94,105,80); }
H1.HeaderClassName
{
color: #5E6950;
}
.AnyTagClassName
{
color: #5E6950;
}
</style>
background-color css
<style>
a { background-color: #5E6950; }
a { background-color: rgb(94,105,80); }
div.DivClassName
{
background-color: #5E6950;
}
.BgClassName
{
background-color: #5E6950;
}
</style>
border-color css
<style>
span { border-color: #5E6950; }
span { border-color: rgb(94,105,80); }
td.TdClassName
{
border-color: #5E6950;
}
.TagClassName
{
border-color: #5E6950;
}
</style>