Shades of Chalet Green #5A6A46
Tints of Chalet Green #5A6A46
RGB
CMYK
RGB Variations
Color information
#5A6A46 (or 0x5A6A46) is known color: Chalet Green. HEX triplet: 5A, 6A and 46. RGB value is (90,106,70). Sum of RGB (Red+Green+Blue) = 90+106+70=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6A46 is #A595B9. Grayscale: #616161. Windows color (decimal): -10851770 or 4614746. OLE color: 4614746.
HSL color Cylindrical-coordinate representation of color #5A6A46: hue angle of 86.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5A6A46 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 70 | - |
| CMYK | 0.15 | 0 | 0.34 | 0.58 |
| HSL | 86.67º | 0.2% | 0.35% | - |
| HSV(B) | 86.67º | 0.34% | 0.42% | - |
| XYZ | 10.48 | 12.92 | 7.74 | - |
| YUV | 97.11 | 112.7 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 70 | 0.15 | 0 | 0.34 | 0.58 | 86.67 | 0.2 | 0.35 |
| Hex | 5A | 6A | 46 | F | 0 | 22 | 3A | 57 | 14 | 23 |
| Octal | 132 | 152 | 106 | 17 | 0 | 42 | 72 | 127 | 24 | 43 |
| Binary | 1011010 | 1101010 | 1000110 | 1111 | 0 | 100010 | 111010 | 1010111 | 10100 | 100011 |
Color Harmonies of #5A6A46
Complementary color
Monochromatic Colors of #5A6A46
Black with #5A6A46
Text Example
Text Example
White with #5A6A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A46; }
p { color: rgb(90,106,70); }
H1.HeaderClassName
{
color: #5A6A46;
}
.AnyTagClassName
{
color: #5A6A46;
}
</style>
background-color css
<style>
a { background-color: #5A6A46; }
a { background-color: rgb(90,106,70); }
div.DivClassName
{
background-color: #5A6A46;
}
.BgClassName
{
background-color: #5A6A46;
}
</style>
border-color css
<style>
span { border-color: #5A6A46; }
span { border-color: rgb(90,106,70); }
td.TdClassName
{
border-color: #5A6A46;
}
.TagClassName
{
border-color: #5A6A46;
}
</style>