Shades of Chalet Green #5A6544
Tints of Chalet Green #5A6544
RGB
CMYK
RGB Variations
Color information
#5A6544 (or 0x5A6544) is known color: Chalet Green. HEX triplet: 5A, 65 and 44. RGB value is (90,101,68). Sum of RGB (Red+Green+Blue) = 90+101+68=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6544 is #A59ABB. Grayscale: #5E5E5E. Windows color (decimal): -10853052 or 4482394. OLE color: 4482394.
HSL color Cylindrical-coordinate representation of color #5A6544: hue angle of 80º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6544 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 68 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.60 |
| HSL | 80º | 0.2% | 0.33% | - |
| HSV(B) | 80º | 0.33% | 0.4% | - |
| XYZ | 9.91 | 11.9 | 7.24 | - |
| YUV | 93.95 | 113.36 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 68 | 0.11 | 0 | 0.33 | 0.60 | 80 | 0.2 | 0.33 |
| Hex | 5A | 65 | 44 | B | 0 | 21 | 3C | 50 | 14 | 21 |
| Octal | 132 | 145 | 104 | 13 | 0 | 41 | 74 | 120 | 24 | 41 |
| Binary | 1011010 | 1100101 | 1000100 | 1011 | 0 | 100001 | 111100 | 1010000 | 10100 | 100001 |
Color Harmonies of #5A6544
Complementary color
Monochromatic Colors of #5A6544
Black with #5A6544
Text Example
Text Example
White with #5A6544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6544; }
p { color: rgb(90,101,68); }
H1.HeaderClassName
{
color: #5A6544;
}
.AnyTagClassName
{
color: #5A6544;
}
</style>
background-color css
<style>
a { background-color: #5A6544; }
a { background-color: rgb(90,101,68); }
div.DivClassName
{
background-color: #5A6544;
}
.BgClassName
{
background-color: #5A6544;
}
</style>
border-color css
<style>
span { border-color: #5A6544; }
span { border-color: rgb(90,101,68); }
td.TdClassName
{
border-color: #5A6544;
}
.TagClassName
{
border-color: #5A6544;
}
</style>