Shades of Chalet Green #5A7239
Tints of Chalet Green #5A7239
RGB
CMYK
RGB Variations
Color information
#5A7239 (or 0x5A7239) is known color: Chalet Green. HEX triplet: 5A, 72 and 39. RGB value is (90,114,57). Sum of RGB (Red+Green+Blue) = 90+114+57=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 57 (22.66% from 255 or 21.84% from 261); Max value from RGB is 114 - color contains mainly: green. Hex color #5A7239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7239 is #A58DC6. Grayscale: #646464. Windows color (decimal): -10849735 or 3764826. OLE color: 3764826.
HSL color Cylindrical-coordinate representation of color #5A7239: hue angle of 85.26º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A7239 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 90 | 114 | 57 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.55 |
| HSL | 85.26º | 0.33% | 0.34% | - |
| HSV(B) | 85.26º | 0.5% | 0.45% | - |
| XYZ | 10.97 | 14.5 | 6.09 | - |
| YUV | 100.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 57 | 0.21 | 0 | 0.50 | 0.55 | 85.26 | 0.33 | 0.34 |
| Hex | 5A | 72 | 39 | 15 | 0 | 32 | 37 | 55 | 21 | 22 |
| Octal | 132 | 162 | 71 | 25 | 0 | 62 | 67 | 125 | 41 | 42 |
| Binary | 1011010 | 1110010 | 111001 | 10101 | 0 | 110010 | 110111 | 1010101 | 100001 | 100010 |
Color Harmonies of #5A7239
Complementary color
Monochromatic Colors of #5A7239
Black with #5A7239
Text Example
Text Example
White with #5A7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7239; }
p { color: rgb(90,114,57); }
H1.HeaderClassName
{
color: #5A7239;
}
.AnyTagClassName
{
color: #5A7239;
}
</style>
background-color css
<style>
a { background-color: #5A7239; }
a { background-color: rgb(90,114,57); }
div.DivClassName
{
background-color: #5A7239;
}
.BgClassName
{
background-color: #5A7239;
}
</style>
border-color css
<style>
span { border-color: #5A7239; }
span { border-color: rgb(90,114,57); }
td.TdClassName
{
border-color: #5A7239;
}
.TagClassName
{
border-color: #5A7239;
}
</style>