Shades of Chalet Green #5A6741
Tints of Chalet Green #5A6741
RGB
CMYK
RGB Variations
Color information
#5A6741 (or 0x5A6741) is known color: Chalet Green. HEX triplet: 5A, 67 and 41. RGB value is (90,103,65). Sum of RGB (Red+Green+Blue) = 90+103+65=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6741 is #A598BE. Grayscale: #5E5E5E. Windows color (decimal): -10852543 or 4286298. OLE color: 4286298.
HSL color Cylindrical-coordinate representation of color #5A6741: hue angle of 80.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A6741 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 65 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.60 |
| HSL | 80.53º | 0.23% | 0.33% | - |
| HSV(B) | 80.53º | 0.37% | 0.4% | - |
| XYZ | 10.02 | 12.26 | 6.84 | - |
| YUV | 94.78 | 111.19 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 65 | 0.13 | 0 | 0.37 | 0.60 | 80.53 | 0.23 | 0.33 |
| Hex | 5A | 67 | 41 | D | 0 | 25 | 3C | 51 | 17 | 21 |
| Octal | 132 | 147 | 101 | 15 | 0 | 45 | 74 | 121 | 27 | 41 |
| Binary | 1011010 | 1100111 | 1000001 | 1101 | 0 | 100101 | 111100 | 1010001 | 10111 | 100001 |
Color Harmonies of #5A6741
Complementary color
Monochromatic Colors of #5A6741
Black with #5A6741
Text Example
Text Example
White with #5A6741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6741; }
p { color: rgb(90,103,65); }
H1.HeaderClassName
{
color: #5A6741;
}
.AnyTagClassName
{
color: #5A6741;
}
</style>
background-color css
<style>
a { background-color: #5A6741; }
a { background-color: rgb(90,103,65); }
div.DivClassName
{
background-color: #5A6741;
}
.BgClassName
{
background-color: #5A6741;
}
</style>
border-color css
<style>
span { border-color: #5A6741; }
span { border-color: rgb(90,103,65); }
td.TdClassName
{
border-color: #5A6741;
}
.TagClassName
{
border-color: #5A6741;
}
</style>