Shades of Chalet Green #52713D
Tints of Chalet Green #52713D
RGB
CMYK
RGB Variations
Color information
#52713D (or 0x52713D) is known color: Chalet Green. HEX triplet: 52, 71 and 3D. RGB value is (82,113,61). Sum of RGB (Red+Green+Blue) = 82+113+61=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 113 (44.53% from 255 or 44.14% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 113 - color contains mainly: green. Hex color #52713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52713D is #AD8EC2. Grayscale: #616161. Windows color (decimal): -11374275 or 4026706. OLE color: 4026706.
HSL color Cylindrical-coordinate representation of color #52713D: hue angle of 95.77º 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 #52713D is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 113 | 61 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.56 |
| HSL | 95.77º | 0.3% | 0.34% | - |
| HSV(B) | 95.77º | 0.46% | 0.44% | - |
| XYZ | 10.23 | 13.94 | 6.57 | - |
| YUV | 97.8 | 107.23 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 113 | 61 | 0.27 | 0 | 0.46 | 0.56 | 95.77 | 0.3 | 0.34 |
| Hex | 52 | 71 | 3D | 1B | 0 | 2E | 38 | 60 | 1E | 22 |
| Octal | 122 | 161 | 75 | 33 | 0 | 56 | 70 | 140 | 36 | 42 |
| Binary | 1010010 | 1110001 | 111101 | 11011 | 0 | 101110 | 111000 | 1100000 | 11110 | 100010 |
Color Harmonies of #52713D
Complementary color
Monochromatic Colors of #52713D
Black with #52713D
Text Example
Text Example
White with #52713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52713D; }
p { color: rgb(82,113,61); }
H1.HeaderClassName
{
color: #52713D;
}
.AnyTagClassName
{
color: #52713D;
}
</style>
background-color css
<style>
a { background-color: #52713D; }
a { background-color: rgb(82,113,61); }
div.DivClassName
{
background-color: #52713D;
}
.BgClassName
{
background-color: #52713D;
}
</style>
border-color css
<style>
span { border-color: #52713D; }
span { border-color: rgb(82,113,61); }
td.TdClassName
{
border-color: #52713D;
}
.TagClassName
{
border-color: #52713D;
}
</style>