Shades of Chalet Green #5A663F
Tints of Chalet Green #5A663F
RGB
CMYK
RGB Variations
Color information
#5A663F (or 0x5A663F) is known color: Chalet Green. HEX triplet: 5A, 66 and 3F. RGB value is (90,102,63). Sum of RGB (Red+Green+Blue) = 90+102+63=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 102 (40.23% from 255 or 40% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 102 - color contains mainly: green. Hex color #5A663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A663F is #A599C0. Grayscale: #5E5E5E. Windows color (decimal): -10852801 or 4154970. OLE color: 4154970.
HSL color Cylindrical-coordinate representation of color #5A663F: hue angle of 78.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A663F is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 63 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.6 |
| HSL | 78.46º | 0.24% | 0.32% | - |
| HSV(B) | 78.46º | 0.38% | 0.4% | - |
| XYZ | 9.87 | 12.04 | 6.51 | - |
| YUV | 93.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 63 | 0.12 | 0 | 0.38 | 0.6 | 78.46 | 0.24 | 0.32 |
| Hex | 5A | 66 | 3F | C | 0 | 26 | 3C | 4E | 18 | 20 |
| Octal | 132 | 146 | 77 | 14 | 0 | 46 | 74 | 116 | 30 | 40 |
| Binary | 1011010 | 1100110 | 111111 | 1100 | 0 | 100110 | 111100 | 1001110 | 11000 | 100000 |
Color Harmonies of #5A663F
Complementary color
Monochromatic Colors of #5A663F
Black with #5A663F
Text Example
Text Example
White with #5A663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A663F; }
p { color: rgb(90,102,63); }
H1.HeaderClassName
{
color: #5A663F;
}
.AnyTagClassName
{
color: #5A663F;
}
</style>
background-color css
<style>
a { background-color: #5A663F; }
a { background-color: rgb(90,102,63); }
div.DivClassName
{
background-color: #5A663F;
}
.BgClassName
{
background-color: #5A663F;
}
</style>
border-color css
<style>
span { border-color: #5A663F; }
span { border-color: rgb(90,102,63); }
td.TdClassName
{
border-color: #5A663F;
}
.TagClassName
{
border-color: #5A663F;
}
</style>