Shades of Chalet Green #5A6749
Tints of Chalet Green #5A6749
RGB
CMYK
RGB Variations
Color information
#5A6749 (or 0x5A6749) is known color: Chalet Green. HEX triplet: 5A, 67 and 49. RGB value is (90,103,73). Sum of RGB (Red+Green+Blue) = 90+103+73=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 73 (28.91% from 255 or 27.44% from 266); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6749 is #A598B6. Grayscale: #5F5F5F. Windows color (decimal): -10852535 or 4810586. OLE color: 4810586.
HSL color Cylindrical-coordinate representation of color #5A6749: hue angle of 86º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A6749 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 73 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.60 |
| HSL | 86º | 0.17% | 0.35% | - |
| HSV(B) | 86º | 0.29% | 0.4% | - |
| XYZ | 10.27 | 12.36 | 8.15 | - |
| YUV | 95.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 73 | 0.13 | 0 | 0.29 | 0.60 | 86 | 0.17 | 0.35 |
| Hex | 5A | 67 | 49 | D | 0 | 1D | 3C | 56 | 11 | 23 |
| Octal | 132 | 147 | 111 | 15 | 0 | 35 | 74 | 126 | 21 | 43 |
| Binary | 1011010 | 1100111 | 1001001 | 1101 | 0 | 11101 | 111100 | 1010110 | 10001 | 100011 |
Color Harmonies of #5A6749
Complementary color
Monochromatic Colors of #5A6749
Black with #5A6749
Text Example
Text Example
White with #5A6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6749; }
p { color: rgb(90,103,73); }
H1.HeaderClassName
{
color: #5A6749;
}
.AnyTagClassName
{
color: #5A6749;
}
</style>
background-color css
<style>
a { background-color: #5A6749; }
a { background-color: rgb(90,103,73); }
div.DivClassName
{
background-color: #5A6749;
}
.BgClassName
{
background-color: #5A6749;
}
</style>
border-color css
<style>
span { border-color: #5A6749; }
span { border-color: rgb(90,103,73); }
td.TdClassName
{
border-color: #5A6749;
}
.TagClassName
{
border-color: #5A6749;
}
</style>