Shades of Chalet Green #5A654E
Tints of Chalet Green #5A654E
RGB
CMYK
RGB Variations
Color information
#5A654E (or 0x5A654E) is known color: Chalet Green. HEX triplet: 5A, 65 and 4E. RGB value is (90,101,78). Sum of RGB (Red+Green+Blue) = 90+101+78=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 101 - color contains mainly: green. Hex color #5A654E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A654E is #A59AB1. Grayscale: #5F5F5F. Windows color (decimal): -10853042 or 5137754. OLE color: 5137754.
HSL color Cylindrical-coordinate representation of color #5A654E: hue angle of 88.7º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5A654E is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 78 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.60 |
| HSL | 88.7º | 0.13% | 0.35% | - |
| HSV(B) | 88.7º | 0.23% | 0.4% | - |
| XYZ | 10.25 | 12.03 | 8.99 | - |
| YUV | 95.09 | 118.36 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 78 | 0.11 | 0 | 0.23 | 0.60 | 88.7 | 0.13 | 0.35 |
| Hex | 5A | 65 | 4E | B | 0 | 17 | 3C | 59 | D | 23 |
| Octal | 132 | 145 | 116 | 13 | 0 | 27 | 74 | 131 | 15 | 43 |
| Binary | 1011010 | 1100101 | 1001110 | 1011 | 0 | 10111 | 111100 | 1011001 | 1101 | 100011 |
Color Harmonies of #5A654E
Complementary color
Monochromatic Colors of #5A654E
Black with #5A654E
Text Example
Text Example
White with #5A654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A654E; }
p { color: rgb(90,101,78); }
H1.HeaderClassName
{
color: #5A654E;
}
.AnyTagClassName
{
color: #5A654E;
}
</style>
background-color css
<style>
a { background-color: #5A654E; }
a { background-color: rgb(90,101,78); }
div.DivClassName
{
background-color: #5A654E;
}
.BgClassName
{
background-color: #5A654E;
}
</style>
border-color css
<style>
span { border-color: #5A654E; }
span { border-color: rgb(90,101,78); }
td.TdClassName
{
border-color: #5A654E;
}
.TagClassName
{
border-color: #5A654E;
}
</style>