Shades of Chalet Green #5E7541
Tints of Chalet Green #5E7541
RGB
CMYK
RGB Variations
Color information
#5E7541 (or 0x5E7541) is known color: Chalet Green. HEX triplet: 5E, 75 and 41. RGB value is (94,117,65). Sum of RGB (Red+Green+Blue) = 94+117+65=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #5E7541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E7541 is #A18ABE. Grayscale: #686868. Windows color (decimal): -10586815 or 4289886. OLE color: 4289886.
HSL color Cylindrical-coordinate representation of color #5E7541: hue angle of 86.54º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E7541 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 117 | 65 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.54 |
| HSL | 86.54º | 0.29% | 0.36% | - |
| HSV(B) | 86.54º | 0.44% | 0.46% | - |
| XYZ | 11.93 | 15.48 | 7.36 | - |
| YUV | 104.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 117 | 65 | 0.20 | 0 | 0.44 | 0.54 | 86.54 | 0.29 | 0.36 |
| Hex | 5E | 75 | 41 | 14 | 0 | 2C | 36 | 57 | 1D | 24 |
| Octal | 136 | 165 | 101 | 24 | 0 | 54 | 66 | 127 | 35 | 44 |
| Binary | 1011110 | 1110101 | 1000001 | 10100 | 0 | 101100 | 110110 | 1010111 | 11101 | 100100 |
Color Harmonies of #5E7541
Complementary color
Monochromatic Colors of #5E7541
Black with #5E7541
Text Example
Text Example
White with #5E7541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7541; }
p { color: rgb(94,117,65); }
H1.HeaderClassName
{
color: #5E7541;
}
.AnyTagClassName
{
color: #5E7541;
}
</style>
background-color css
<style>
a { background-color: #5E7541; }
a { background-color: rgb(94,117,65); }
div.DivClassName
{
background-color: #5E7541;
}
.BgClassName
{
background-color: #5E7541;
}
</style>
border-color css
<style>
span { border-color: #5E7541; }
span { border-color: rgb(94,117,65); }
td.TdClassName
{
border-color: #5E7541;
}
.TagClassName
{
border-color: #5E7541;
}
</style>