Shades of Chalet Green #5A713D
Tints of Chalet Green #5A713D
RGB
CMYK
RGB Variations
Color information
#5A713D (or 0x5A713D) is known color: Chalet Green. HEX triplet: 5A, 71 and 3D. RGB value is (90,113,61). Sum of RGB (Red+Green+Blue) = 90+113+61=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #5A713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A713D is #A58EC2. Grayscale: #646464. Windows color (decimal): -10849987 or 4026714. OLE color: 4026714.
HSL color Cylindrical-coordinate representation of color #5A713D: hue angle of 86.54º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5A713D is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 113 | 61 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.56 |
| HSL | 86.54º | 0.3% | 0.34% | - |
| HSV(B) | 86.54º | 0.46% | 0.44% | - |
| XYZ | 10.96 | 14.32 | 6.6 | - |
| YUV | 100.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 113 | 61 | 0.20 | 0 | 0.46 | 0.56 | 86.54 | 0.3 | 0.34 |
| Hex | 5A | 71 | 3D | 14 | 0 | 2E | 38 | 57 | 1E | 22 |
| Octal | 132 | 161 | 75 | 24 | 0 | 56 | 70 | 127 | 36 | 42 |
| Binary | 1011010 | 1110001 | 111101 | 10100 | 0 | 101110 | 111000 | 1010111 | 11110 | 100010 |
Color Harmonies of #5A713D
Complementary color
Monochromatic Colors of #5A713D
Black with #5A713D
Text Example
Text Example
White with #5A713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A713D; }
p { color: rgb(90,113,61); }
H1.HeaderClassName
{
color: #5A713D;
}
.AnyTagClassName
{
color: #5A713D;
}
</style>
background-color css
<style>
a { background-color: #5A713D; }
a { background-color: rgb(90,113,61); }
div.DivClassName
{
background-color: #5A713D;
}
.BgClassName
{
background-color: #5A713D;
}
</style>
border-color css
<style>
span { border-color: #5A713D; }
span { border-color: rgb(90,113,61); }
td.TdClassName
{
border-color: #5A713D;
}
.TagClassName
{
border-color: #5A713D;
}
</style>