Shades of Chalet Green #5E6952
Tints of Chalet Green #5E6952
RGB
CMYK
RGB Variations
Color information
#5E6952 (or 0x5E6952) is known color: Chalet Green. HEX triplet: 5E, 69 and 52. RGB value is (94,105,82). Sum of RGB (Red+Green+Blue) = 94+105+82=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #5E6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6952 is #A196AD. Grayscale: #636363. Windows color (decimal): -10589870 or 5400926. OLE color: 5400926.
HSL color Cylindrical-coordinate representation of color #5E6952: hue angle of 88.7º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E6952 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
RGB | 94 | 105 | 82 | - |
CMYK | 0.10 | 0 | 0.22 | 0.59 |
HSL | 88.7º | 0.12% | 0.37% | - |
HSV(B) | 88.7º | 0.22% | 0.41% | - |
XYZ | 11.19 | 13.09 | 9.92 | - |
YUV | 99.09 | 118.36 | 124.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 105 | 82 | 0.10 | 0 | 0.22 | 0.59 | 88.7 | 0.12 | 0.37 |
Hex | 5E | 69 | 52 | A | 0 | 16 | 3B | 59 | C | 25 |
Octal | 136 | 151 | 122 | 12 | 0 | 26 | 73 | 131 | 14 | 45 |
Binary | 1011110 | 1101001 | 1010010 | 1010 | 0 | 10110 | 111011 | 1011001 | 1100 | 100101 |
Color Harmonies of #5E6952
Complementary color
Monochromatic Colors of #5E6952
Black with #5E6952
Text Example
Text Example
White with #5E6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6952; }
p { color: rgb(94,105,82); }
H1.HeaderClassName
{
color: #5E6952;
}
.AnyTagClassName
{
color: #5E6952;
}
</style>
background-color css
<style>
a { background-color: #5E6952; }
a { background-color: rgb(94,105,82); }
div.DivClassName
{
background-color: #5E6952;
}
.BgClassName
{
background-color: #5E6952;
}
</style>
border-color css
<style>
span { border-color: #5E6952; }
span { border-color: rgb(94,105,82); }
td.TdClassName
{
border-color: #5E6952;
}
.TagClassName
{
border-color: #5E6952;
}
</style>