Shades of Chalet Green #5A6D4B
Tints of Chalet Green #5A6D4B
RGB
CMYK
RGB Variations
Color information
#5A6D4B (or 0x5A6D4B) is known color: Chalet Green. HEX triplet: 5A, 6D and 4B. RGB value is (90,109,75). Sum of RGB (Red+Green+Blue) = 90+109+75=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6D4B is #A592B4. Grayscale: #636363. Windows color (decimal): -10850997 or 4943194. OLE color: 4943194.
HSL color Cylindrical-coordinate representation of color #5A6D4B: hue angle of 93.53º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A6D4B is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 75 | - |
| CMYK | 0.17 | 0 | 0.31 | 0.57 |
| HSL | 93.53º | 0.18% | 0.36% | - |
| HSV(B) | 93.53º | 0.31% | 0.43% | - |
| XYZ | 10.96 | 13.62 | 8.71 | - |
| YUV | 99.44 | 114.21 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 75 | 0.17 | 0 | 0.31 | 0.57 | 93.53 | 0.18 | 0.36 |
| Hex | 5A | 6D | 4B | 11 | 0 | 1F | 39 | 5E | 12 | 24 |
| Octal | 132 | 155 | 113 | 21 | 0 | 37 | 71 | 136 | 22 | 44 |
| Binary | 1011010 | 1101101 | 1001011 | 10001 | 0 | 11111 | 111001 | 1011110 | 10010 | 100100 |
Color Harmonies of #5A6D4B
Complementary color
Monochromatic Colors of #5A6D4B
Black with #5A6D4B
Text Example
Text Example
White with #5A6D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D4B; }
p { color: rgb(90,109,75); }
H1.HeaderClassName
{
color: #5A6D4B;
}
.AnyTagClassName
{
color: #5A6D4B;
}
</style>
background-color css
<style>
a { background-color: #5A6D4B; }
a { background-color: rgb(90,109,75); }
div.DivClassName
{
background-color: #5A6D4B;
}
.BgClassName
{
background-color: #5A6D4B;
}
</style>
border-color css
<style>
span { border-color: #5A6D4B; }
span { border-color: rgb(90,109,75); }
td.TdClassName
{
border-color: #5A6D4B;
}
.TagClassName
{
border-color: #5A6D4B;
}
</style>