Shades of Chalet Green #5A654B
Tints of Chalet Green #5A654B
RGB
CMYK
RGB Variations
Color information
#5A654B (or 0x5A654B) is known color: Chalet Green. HEX triplet: 5A, 65 and 4B. RGB value is (90,101,75). Sum of RGB (Red+Green+Blue) = 90+101+75=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #5A654B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A654B is #A59AB4. Grayscale: #5E5E5E. Windows color (decimal): -10853045 or 4941146. OLE color: 4941146.
HSL color Cylindrical-coordinate representation of color #5A654B: hue angle of 85.38º 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 #5A654B is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 75 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.60 |
| HSL | 85.38º | 0.15% | 0.35% | - |
| HSV(B) | 85.38º | 0.26% | 0.4% | - |
| XYZ | 10.14 | 11.99 | 8.44 | - |
| YUV | 94.75 | 116.86 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 75 | 0.11 | 0 | 0.26 | 0.60 | 85.38 | 0.15 | 0.35 |
| Hex | 5A | 65 | 4B | B | 0 | 1A | 3C | 55 | F | 23 |
| Octal | 132 | 145 | 113 | 13 | 0 | 32 | 74 | 125 | 17 | 43 |
| Binary | 1011010 | 1100101 | 1001011 | 1011 | 0 | 11010 | 111100 | 1010101 | 1111 | 100011 |
Color Harmonies of #5A654B
Complementary color
Monochromatic Colors of #5A654B
Black with #5A654B
Text Example
Text Example
White with #5A654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A654B; }
p { color: rgb(90,101,75); }
H1.HeaderClassName
{
color: #5A654B;
}
.AnyTagClassName
{
color: #5A654B;
}
</style>
background-color css
<style>
a { background-color: #5A654B; }
a { background-color: rgb(90,101,75); }
div.DivClassName
{
background-color: #5A654B;
}
.BgClassName
{
background-color: #5A654B;
}
</style>
border-color css
<style>
span { border-color: #5A654B; }
span { border-color: rgb(90,101,75); }
td.TdClassName
{
border-color: #5A654B;
}
.TagClassName
{
border-color: #5A654B;
}
</style>