Shades of Chalet Green #5E7248
Tints of Chalet Green #5E7248
RGB
CMYK
RGB Variations
Color information
#5E7248 (or 0x5E7248) is known color: Chalet Green. HEX triplet: 5E, 72 and 48. RGB value is (94,114,72). Sum of RGB (Red+Green+Blue) = 94+114+72=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 114 (44.92% from 255 or 40.71% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 114 - color contains mainly: green. Hex color #5E7248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7248 is #A18DB7. Grayscale: #676767. Windows color (decimal): -10587576 or 4747870. OLE color: 4747870.
HSL color Cylindrical-coordinate representation of color #5E7248: hue angle of 88.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E7248 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 94 | 114 | 72 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.55 |
| HSL | 88.57º | 0.23% | 0.36% | - |
| HSV(B) | 88.57º | 0.37% | 0.45% | - |
| XYZ | 11.8 | 14.88 | 8.38 | - |
| YUV | 103.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 114 | 72 | 0.18 | 0 | 0.37 | 0.55 | 88.57 | 0.23 | 0.36 |
| Hex | 5E | 72 | 48 | 12 | 0 | 25 | 37 | 59 | 17 | 24 |
| Octal | 136 | 162 | 110 | 22 | 0 | 45 | 67 | 131 | 27 | 44 |
| Binary | 1011110 | 1110010 | 1001000 | 10010 | 0 | 100101 | 110111 | 1011001 | 10111 | 100100 |
Color Harmonies of #5E7248
Complementary color
Monochromatic Colors of #5E7248
Black with #5E7248
Text Example
Text Example
White with #5E7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7248; }
p { color: rgb(94,114,72); }
H1.HeaderClassName
{
color: #5E7248;
}
.AnyTagClassName
{
color: #5E7248;
}
</style>
background-color css
<style>
a { background-color: #5E7248; }
a { background-color: rgb(94,114,72); }
div.DivClassName
{
background-color: #5E7248;
}
.BgClassName
{
background-color: #5E7248;
}
</style>
border-color css
<style>
span { border-color: #5E7248; }
span { border-color: rgb(94,114,72); }
td.TdClassName
{
border-color: #5E7248;
}
.TagClassName
{
border-color: #5E7248;
}
</style>