Shades of Chalet Green #5A713F
Tints of Chalet Green #5A713F
RGB
CMYK
RGB Variations
Color information
#5A713F (or 0x5A713F) is known color: Chalet Green. HEX triplet: 5A, 71 and 3F. RGB value is (90,113,63). Sum of RGB (Red+Green+Blue) = 90+113+63=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #5A713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A713F is #A58EC0. Grayscale: #646464. Windows color (decimal): -10849985 or 4157786. OLE color: 4157786.
HSL color Cylindrical-coordinate representation of color #5A713F: hue angle of 87.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5A713F is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 63 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.56 |
| HSL | 87.6º | 0.28% | 0.35% | - |
| HSV(B) | 87.6º | 0.44% | 0.44% | - |
| XYZ | 11.02 | 14.34 | 6.89 | - |
| YUV | 100.42 | 106.88 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 63 | 0.20 | 0 | 0.44 | 0.56 | 87.6 | 0.28 | 0.35 |
| Hex | 5A | 71 | 3F | 14 | 0 | 2C | 38 | 58 | 1C | 23 |
| Octal | 132 | 161 | 77 | 24 | 0 | 54 | 70 | 130 | 34 | 43 |
| Binary | 1011010 | 1110001 | 111111 | 10100 | 0 | 101100 | 111000 | 1011000 | 11100 | 100011 |
Color Harmonies of #5A713F
Complementary color
Monochromatic Colors of #5A713F
Black with #5A713F
Text Example
Text Example
White with #5A713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A713F; }
p { color: rgb(90,113,63); }
H1.HeaderClassName
{
color: #5A713F;
}
.AnyTagClassName
{
color: #5A713F;
}
</style>
background-color css
<style>
a { background-color: #5A713F; }
a { background-color: rgb(90,113,63); }
div.DivClassName
{
background-color: #5A713F;
}
.BgClassName
{
background-color: #5A713F;
}
</style>
border-color css
<style>
span { border-color: #5A713F; }
span { border-color: rgb(90,113,63); }
td.TdClassName
{
border-color: #5A713F;
}
.TagClassName
{
border-color: #5A713F;
}
</style>