Shades of Chalet Green #5E714A
Tints of Chalet Green #5E714A
RGB
CMYK
RGB Variations
Color information
#5E714A (or 0x5E714A) is known color: Chalet Green. HEX triplet: 5E, 71 and 4A. RGB value is (94,113,74). Sum of RGB (Red+Green+Blue) = 94+113+74=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #5E714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E714A is #A18EB5. Grayscale: #676767. Windows color (decimal): -10587830 or 4878686. OLE color: 4878686.
HSL color Cylindrical-coordinate representation of color #5E714A: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E714A is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 94 | 113 | 74 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.56 |
| HSL | 89.23º | 0.21% | 0.37% | - |
| HSV(B) | 89.23º | 0.35% | 0.44% | - |
| XYZ | 11.76 | 14.68 | 8.69 | - |
| YUV | 102.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 74 | 0.17 | 0 | 0.35 | 0.56 | 89.23 | 0.21 | 0.37 |
| Hex | 5E | 71 | 4A | 11 | 0 | 23 | 38 | 59 | 15 | 25 |
| Octal | 136 | 161 | 112 | 21 | 0 | 43 | 70 | 131 | 25 | 45 |
| Binary | 1011110 | 1110001 | 1001010 | 10001 | 0 | 100011 | 111000 | 1011001 | 10101 | 100101 |
Color Harmonies of #5E714A
Complementary color
Monochromatic Colors of #5E714A
Black with #5E714A
Text Example
Text Example
White with #5E714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E714A; }
p { color: rgb(94,113,74); }
H1.HeaderClassName
{
color: #5E714A;
}
.AnyTagClassName
{
color: #5E714A;
}
</style>
background-color css
<style>
a { background-color: #5E714A; }
a { background-color: rgb(94,113,74); }
div.DivClassName
{
background-color: #5E714A;
}
.BgClassName
{
background-color: #5E714A;
}
</style>
border-color css
<style>
span { border-color: #5E714A; }
span { border-color: rgb(94,113,74); }
td.TdClassName
{
border-color: #5E714A;
}
.TagClassName
{
border-color: #5E714A;
}
</style>