Shades of Chalet Green #5A654F
Tints of Chalet Green #5A654F
RGB
CMYK
RGB Variations
Color information
#5A654F (or 0x5A654F) is known color: Chalet Green. HEX triplet: 5A, 65 and 4F. RGB value is (90,101,79). Sum of RGB (Red+Green+Blue) = 90+101+79=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 101 - color contains mainly: green. Hex color #5A654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A654F is #A59AB0. Grayscale: #5F5F5F. Windows color (decimal): -10853041 or 5203290. OLE color: 5203290.
HSL color Cylindrical-coordinate representation of color #5A654F: hue angle of 90º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A654F is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 79 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.60 |
| HSL | 90º | 0.12% | 0.35% | - |
| HSV(B) | 90º | 0.22% | 0.4% | - |
| XYZ | 10.28 | 12.05 | 9.18 | - |
| YUV | 95.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 79 | 0.11 | 0 | 0.22 | 0.60 | 90 | 0.12 | 0.35 |
| Hex | 5A | 65 | 4F | B | 0 | 16 | 3C | 5A | C | 23 |
| Octal | 132 | 145 | 117 | 13 | 0 | 26 | 74 | 132 | 14 | 43 |
| Binary | 1011010 | 1100101 | 1001111 | 1011 | 0 | 10110 | 111100 | 1011010 | 1100 | 100011 |
Color Harmonies of #5A654F
Complementary color
Monochromatic Colors of #5A654F
Black with #5A654F
Text Example
Text Example
White with #5A654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A654F; }
p { color: rgb(90,101,79); }
H1.HeaderClassName
{
color: #5A654F;
}
.AnyTagClassName
{
color: #5A654F;
}
</style>
background-color css
<style>
a { background-color: #5A654F; }
a { background-color: rgb(90,101,79); }
div.DivClassName
{
background-color: #5A654F;
}
.BgClassName
{
background-color: #5A654F;
}
</style>
border-color css
<style>
span { border-color: #5A654F; }
span { border-color: rgb(90,101,79); }
td.TdClassName
{
border-color: #5A654F;
}
.TagClassName
{
border-color: #5A654F;
}
</style>