Shades of Chalet Green #5E6852
Tints of Chalet Green #5E6852
RGB
CMYK
RGB Variations
Color information
#5E6852 (or 0x5E6852) is known color: Chalet Green. HEX triplet: 5E, 68 and 52. RGB value is (94,104,82). Sum of RGB (Red+Green+Blue) = 94+104+82=280 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.57% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 82 (32.42% from 255 or 29.29% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #5E6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6852 is #A197AD. Grayscale: #626262. Windows color (decimal): -10590126 or 5400670. OLE color: 5400670.
HSL color Cylindrical-coordinate representation of color #5E6852: hue angle of 87.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E6852 is Cyan = 0.10, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
RGB | 94 | 104 | 82 | - |
CMYK | 0.10 | 0 | 0.21 | 0.59 |
HSL | 87.27º | 0.12% | 0.36% | - |
HSV(B) | 87.27º | 0.21% | 0.41% | - |
XYZ | 11.09 | 12.89 | 9.89 | - |
YUV | 98.5 | 118.69 | 124.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 104 | 82 | 0.10 | 0 | 0.21 | 0.59 | 87.27 | 0.12 | 0.36 |
Hex | 5E | 68 | 52 | A | 0 | 15 | 3B | 57 | C | 24 |
Octal | 136 | 150 | 122 | 12 | 0 | 25 | 73 | 127 | 14 | 44 |
Binary | 1011110 | 1101000 | 1010010 | 1010 | 0 | 10101 | 111011 | 1010111 | 1100 | 100100 |
Color Harmonies of #5E6852
Complementary color
Monochromatic Colors of #5E6852
Black with #5E6852
Text Example
Text Example
White with #5E6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6852; }
p { color: rgb(94,104,82); }
H1.HeaderClassName
{
color: #5E6852;
}
.AnyTagClassName
{
color: #5E6852;
}
</style>
background-color css
<style>
a { background-color: #5E6852; }
a { background-color: rgb(94,104,82); }
div.DivClassName
{
background-color: #5E6852;
}
.BgClassName
{
background-color: #5E6852;
}
</style>
border-color css
<style>
span { border-color: #5E6852; }
span { border-color: rgb(94,104,82); }
td.TdClassName
{
border-color: #5E6852;
}
.TagClassName
{
border-color: #5E6852;
}
</style>