Shades of Chalet Green #5A654C
Tints of Chalet Green #5A654C
RGB
CMYK
RGB Variations
Color information
#5A654C (or 0x5A654C) is known color: Chalet Green. HEX triplet: 5A, 65 and 4C. RGB value is (90,101,76). Sum of RGB (Red+Green+Blue) = 90+101+76=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #5A654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A654C is #A59AB3. Grayscale: #5E5E5E. Windows color (decimal): -10853044 or 5006682. OLE color: 5006682.
HSL color Cylindrical-coordinate representation of color #5A654C: hue angle of 86.4º 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 #5A654C is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 76 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.60 |
| HSL | 86.4º | 0.14% | 0.35% | - |
| HSV(B) | 86.4º | 0.25% | 0.4% | - |
| XYZ | 10.17 | 12 | 8.62 | - |
| YUV | 94.86 | 117.36 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 76 | 0.11 | 0 | 0.25 | 0.60 | 86.4 | 0.14 | 0.35 |
| Hex | 5A | 65 | 4C | B | 0 | 19 | 3C | 56 | E | 23 |
| Octal | 132 | 145 | 114 | 13 | 0 | 31 | 74 | 126 | 16 | 43 |
| Binary | 1011010 | 1100101 | 1001100 | 1011 | 0 | 11001 | 111100 | 1010110 | 1110 | 100011 |
Color Harmonies of #5A654C
Complementary color
Monochromatic Colors of #5A654C
Black with #5A654C
Text Example
Text Example
White with #5A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A654C; }
p { color: rgb(90,101,76); }
H1.HeaderClassName
{
color: #5A654C;
}
.AnyTagClassName
{
color: #5A654C;
}
</style>
background-color css
<style>
a { background-color: #5A654C; }
a { background-color: rgb(90,101,76); }
div.DivClassName
{
background-color: #5A654C;
}
.BgClassName
{
background-color: #5A654C;
}
</style>
border-color css
<style>
span { border-color: #5A654C; }
span { border-color: rgb(90,101,76); }
td.TdClassName
{
border-color: #5A654C;
}
.TagClassName
{
border-color: #5A654C;
}
</style>