Shades of Chalet Green #5E704C
Tints of Chalet Green #5E704C
RGB
CMYK
RGB Variations
Color information
#5E704C (or 0x5E704C) is known color: Chalet Green. HEX triplet: 5E, 70 and 4C. RGB value is (94,112,76). Sum of RGB (Red+Green+Blue) = 94+112+76=282 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.33% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E704C is #A18FB3. Grayscale: #666666. Windows color (decimal): -10588084 or 5009502. OLE color: 5009502.
HSL color Cylindrical-coordinate representation of color #5E704C: hue angle of 90º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E704C is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 76 | - |
| CMYK | 0.16 | 0 | 0.32 | 0.56 |
| HSL | 90º | 0.19% | 0.37% | - |
| HSV(B) | 90º | 0.32% | 0.44% | - |
| XYZ | 11.71 | 14.49 | 9.02 | - |
| YUV | 102.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 76 | 0.16 | 0 | 0.32 | 0.56 | 90 | 0.19 | 0.37 |
| Hex | 5E | 70 | 4C | 10 | 0 | 20 | 38 | 5A | 13 | 25 |
| Octal | 136 | 160 | 114 | 20 | 0 | 40 | 70 | 132 | 23 | 45 |
| Binary | 1011110 | 1110000 | 1001100 | 10000 | 0 | 100000 | 111000 | 1011010 | 10011 | 100101 |
Color Harmonies of #5E704C
Complementary color
Monochromatic Colors of #5E704C
Black with #5E704C
Text Example
Text Example
White with #5E704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E704C; }
p { color: rgb(94,112,76); }
H1.HeaderClassName
{
color: #5E704C;
}
.AnyTagClassName
{
color: #5E704C;
}
</style>
background-color css
<style>
a { background-color: #5E704C; }
a { background-color: rgb(94,112,76); }
div.DivClassName
{
background-color: #5E704C;
}
.BgClassName
{
background-color: #5E704C;
}
</style>
border-color css
<style>
span { border-color: #5E704C; }
span { border-color: rgb(94,112,76); }
td.TdClassName
{
border-color: #5E704C;
}
.TagClassName
{
border-color: #5E704C;
}
</style>