Shades of Chalet Green #5E6850
Tints of Chalet Green #5E6850
RGB
CMYK
RGB Variations
Color information
#5E6850 (or 0x5E6850) is known color: Chalet Green. HEX triplet: 5E, 68 and 50. RGB value is (94,104,80). Sum of RGB (Red+Green+Blue) = 94+104+80=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6850 is #A197AF. Grayscale: #626262. Windows color (decimal): -10590128 or 5269598. OLE color: 5269598.
HSL color Cylindrical-coordinate representation of color #5E6850: hue angle of 85º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5E6850 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 80 | - |
| CMYK | 0.10 | 0 | 0.23 | 0.59 |
| HSL | 85º | 0.13% | 0.36% | - |
| HSV(B) | 85º | 0.23% | 0.41% | - |
| XYZ | 11.01 | 12.86 | 9.49 | - |
| YUV | 98.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 80 | 0.10 | 0 | 0.23 | 0.59 | 85 | 0.13 | 0.36 |
| Hex | 5E | 68 | 50 | A | 0 | 17 | 3B | 55 | D | 24 |
| Octal | 136 | 150 | 120 | 12 | 0 | 27 | 73 | 125 | 15 | 44 |
| Binary | 1011110 | 1101000 | 1010000 | 1010 | 0 | 10111 | 111011 | 1010101 | 1101 | 100100 |
Color Harmonies of #5E6850
Complementary color
Monochromatic Colors of #5E6850
Black with #5E6850
Text Example
Text Example
White with #5E6850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6850; }
p { color: rgb(94,104,80); }
H1.HeaderClassName
{
color: #5E6850;
}
.AnyTagClassName
{
color: #5E6850;
}
</style>
background-color css
<style>
a { background-color: #5E6850; }
a { background-color: rgb(94,104,80); }
div.DivClassName
{
background-color: #5E6850;
}
.BgClassName
{
background-color: #5E6850;
}
</style>
border-color css
<style>
span { border-color: #5E6850; }
span { border-color: rgb(94,104,80); }
td.TdClassName
{
border-color: #5E6850;
}
.TagClassName
{
border-color: #5E6850;
}
</style>