Shades of Chalet Green #5A6740
Tints of Chalet Green #5A6740
RGB
CMYK
RGB Variations
Color information
#5A6740 (or 0x5A6740) is known color: Chalet Green. HEX triplet: 5A, 67 and 40. RGB value is (90,103,64). Sum of RGB (Red+Green+Blue) = 90+103+64=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6740 is #A598BF. Grayscale: #5E5E5E. Windows color (decimal): -10852544 or 4220762. OLE color: 4220762.
HSL color Cylindrical-coordinate representation of color #5A6740: hue angle of 80º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A6740 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 64 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.60 |
| HSL | 80º | 0.23% | 0.33% | - |
| HSV(B) | 80º | 0.38% | 0.4% | - |
| XYZ | 9.99 | 12.24 | 6.69 | - |
| YUV | 94.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 64 | 0.13 | 0 | 0.38 | 0.60 | 80 | 0.23 | 0.33 |
| Hex | 5A | 67 | 40 | D | 0 | 26 | 3C | 50 | 17 | 21 |
| Octal | 132 | 147 | 100 | 15 | 0 | 46 | 74 | 120 | 27 | 41 |
| Binary | 1011010 | 1100111 | 1000000 | 1101 | 0 | 100110 | 111100 | 1010000 | 10111 | 100001 |
Color Harmonies of #5A6740
Complementary color
Monochromatic Colors of #5A6740
Black with #5A6740
Text Example
Text Example
White with #5A6740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6740; }
p { color: rgb(90,103,64); }
H1.HeaderClassName
{
color: #5A6740;
}
.AnyTagClassName
{
color: #5A6740;
}
</style>
background-color css
<style>
a { background-color: #5A6740; }
a { background-color: rgb(90,103,64); }
div.DivClassName
{
background-color: #5A6740;
}
.BgClassName
{
background-color: #5A6740;
}
</style>
border-color css
<style>
span { border-color: #5A6740; }
span { border-color: rgb(90,103,64); }
td.TdClassName
{
border-color: #5A6740;
}
.TagClassName
{
border-color: #5A6740;
}
</style>