Shades of Chalet Green #5A664B
Tints of Chalet Green #5A664B
RGB
CMYK
RGB Variations
Color information
#5A664B (or 0x5A664B) is known color: Chalet Green. HEX triplet: 5A, 66 and 4B. RGB value is (90,102,75). Sum of RGB (Red+Green+Blue) = 90+102+75=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #5A664B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A664B is #A599B4. Grayscale: #5F5F5F. Windows color (decimal): -10852789 or 4941402. OLE color: 4941402.
HSL color Cylindrical-coordinate representation of color #5A664B: hue angle of 86.67º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A664B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 75 | - |
| CMYK | 0.12 | 0 | 0.26 | 0.6 |
| HSL | 86.67º | 0.15% | 0.35% | - |
| HSV(B) | 86.67º | 0.26% | 0.4% | - |
| XYZ | 10.24 | 12.18 | 8.47 | - |
| YUV | 95.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 75 | 0.12 | 0 | 0.26 | 0.6 | 86.67 | 0.15 | 0.35 |
| Hex | 5A | 66 | 4B | C | 0 | 1A | 3C | 57 | F | 23 |
| Octal | 132 | 146 | 113 | 14 | 0 | 32 | 74 | 127 | 17 | 43 |
| Binary | 1011010 | 1100110 | 1001011 | 1100 | 0 | 11010 | 111100 | 1010111 | 1111 | 100011 |
Color Harmonies of #5A664B
Complementary color
Monochromatic Colors of #5A664B
Black with #5A664B
Text Example
Text Example
White with #5A664B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A664B; }
p { color: rgb(90,102,75); }
H1.HeaderClassName
{
color: #5A664B;
}
.AnyTagClassName
{
color: #5A664B;
}
</style>
background-color css
<style>
a { background-color: #5A664B; }
a { background-color: rgb(90,102,75); }
div.DivClassName
{
background-color: #5A664B;
}
.BgClassName
{
background-color: #5A664B;
}
</style>
border-color css
<style>
span { border-color: #5A664B; }
span { border-color: rgb(90,102,75); }
td.TdClassName
{
border-color: #5A664B;
}
.TagClassName
{
border-color: #5A664B;
}
</style>