Shades of Chalet Green #5A664D
Tints of Chalet Green #5A664D
RGB
CMYK
RGB Variations
Color information
#5A664D (or 0x5A664D) is known color: Chalet Green. HEX triplet: 5A, 66 and 4D. RGB value is (90,102,77). Sum of RGB (Red+Green+Blue) = 90+102+77=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #5A664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A664D is #A599B2. Grayscale: #5F5F5F. Windows color (decimal): -10852787 or 5072474. OLE color: 5072474.
HSL color Cylindrical-coordinate representation of color #5A664D: hue angle of 88.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A664D is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 77 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.6 |
| HSL | 88.8º | 0.14% | 0.35% | - |
| HSV(B) | 88.8º | 0.25% | 0.4% | - |
| XYZ | 10.31 | 12.21 | 8.84 | - |
| YUV | 95.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 77 | 0.12 | 0 | 0.25 | 0.6 | 88.8 | 0.14 | 0.35 |
| Hex | 5A | 66 | 4D | C | 0 | 19 | 3C | 59 | E | 23 |
| Octal | 132 | 146 | 115 | 14 | 0 | 31 | 74 | 131 | 16 | 43 |
| Binary | 1011010 | 1100110 | 1001101 | 1100 | 0 | 11001 | 111100 | 1011001 | 1110 | 100011 |
Color Harmonies of #5A664D
Complementary color
Monochromatic Colors of #5A664D
Black with #5A664D
Text Example
Text Example
White with #5A664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A664D; }
p { color: rgb(90,102,77); }
H1.HeaderClassName
{
color: #5A664D;
}
.AnyTagClassName
{
color: #5A664D;
}
</style>
background-color css
<style>
a { background-color: #5A664D; }
a { background-color: rgb(90,102,77); }
div.DivClassName
{
background-color: #5A664D;
}
.BgClassName
{
background-color: #5A664D;
}
</style>
border-color css
<style>
span { border-color: #5A664D; }
span { border-color: rgb(90,102,77); }
td.TdClassName
{
border-color: #5A664D;
}
.TagClassName
{
border-color: #5A664D;
}
</style>