Shades of Chalet Green #5E704B
Tints of Chalet Green #5E704B
RGB
CMYK
RGB Variations
Color information
#5E704B (or 0x5E704B) is known color: Chalet Green. HEX triplet: 5E, 70 and 4B. RGB value is (94,112,75). Sum of RGB (Red+Green+Blue) = 94+112+75=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #5E704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E704B is #A18FB4. Grayscale: #666666. Windows color (decimal): -10588085 or 4943966. OLE color: 4943966.
HSL color Cylindrical-coordinate representation of color #5E704B: hue angle of 89.19º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E704B is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 112 | 75 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.56 |
| HSL | 89.19º | 0.2% | 0.37% | - |
| HSV(B) | 89.19º | 0.33% | 0.44% | - |
| XYZ | 11.68 | 14.48 | 8.84 | - |
| YUV | 102.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 112 | 75 | 0.16 | 0 | 0.33 | 0.56 | 89.19 | 0.2 | 0.37 |
| Hex | 5E | 70 | 4B | 10 | 0 | 21 | 38 | 59 | 14 | 25 |
| Octal | 136 | 160 | 113 | 20 | 0 | 41 | 70 | 131 | 24 | 45 |
| Binary | 1011110 | 1110000 | 1001011 | 10000 | 0 | 100001 | 111000 | 1011001 | 10100 | 100101 |
Color Harmonies of #5E704B
Complementary color
Monochromatic Colors of #5E704B
Black with #5E704B
Text Example
Text Example
White with #5E704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E704B; }
p { color: rgb(94,112,75); }
H1.HeaderClassName
{
color: #5E704B;
}
.AnyTagClassName
{
color: #5E704B;
}
</style>
background-color css
<style>
a { background-color: #5E704B; }
a { background-color: rgb(94,112,75); }
div.DivClassName
{
background-color: #5E704B;
}
.BgClassName
{
background-color: #5E704B;
}
</style>
border-color css
<style>
span { border-color: #5E704B; }
span { border-color: rgb(94,112,75); }
td.TdClassName
{
border-color: #5E704B;
}
.TagClassName
{
border-color: #5E704B;
}
</style>