Shades of Chalet Green #5A6646
Tints of Chalet Green #5A6646
RGB
CMYK
RGB Variations
Color information
#5A6646 (or 0x5A6646) is known color: Chalet Green. HEX triplet: 5A, 66 and 46. RGB value is (90,102,70). Sum of RGB (Red+Green+Blue) = 90+102+70=262 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.35% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6646 is #A599B9. Grayscale: #5E5E5E. Windows color (decimal): -10852794 or 4613722. OLE color: 4613722.
HSL color Cylindrical-coordinate representation of color #5A6646: hue angle of 82.5º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A6646 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 70 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.6 |
| HSL | 82.5º | 0.19% | 0.34% | - |
| HSV(B) | 82.5º | 0.31% | 0.4% | - |
| XYZ | 10.07 | 12.12 | 7.6 | - |
| YUV | 94.76 | 114.02 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 70 | 0.12 | 0 | 0.31 | 0.6 | 82.5 | 0.19 | 0.34 |
| Hex | 5A | 66 | 46 | C | 0 | 1F | 3C | 52 | 13 | 22 |
| Octal | 132 | 146 | 106 | 14 | 0 | 37 | 74 | 122 | 23 | 42 |
| Binary | 1011010 | 1100110 | 1000110 | 1100 | 0 | 11111 | 111100 | 1010010 | 10011 | 100010 |
Color Harmonies of #5A6646
Complementary color
Monochromatic Colors of #5A6646
Black with #5A6646
Text Example
Text Example
White with #5A6646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6646; }
p { color: rgb(90,102,70); }
H1.HeaderClassName
{
color: #5A6646;
}
.AnyTagClassName
{
color: #5A6646;
}
</style>
background-color css
<style>
a { background-color: #5A6646; }
a { background-color: rgb(90,102,70); }
div.DivClassName
{
background-color: #5A6646;
}
.BgClassName
{
background-color: #5A6646;
}
</style>
border-color css
<style>
span { border-color: #5A6646; }
span { border-color: rgb(90,102,70); }
td.TdClassName
{
border-color: #5A6646;
}
.TagClassName
{
border-color: #5A6646;
}
</style>