Shades of Chalet Green #52723B
Tints of Chalet Green #52723B
RGB
CMYK
RGB Variations
Color information
#52723B (or 0x52723B) is known color: Chalet Green. HEX triplet: 52, 72 and 3B. RGB value is (82,114,59). Sum of RGB (Red+Green+Blue) = 82+114+59=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #52723B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52723B is #AD8DC4. Grayscale: #626262. Windows color (decimal): -11374021 or 3895890. OLE color: 3895890.
HSL color Cylindrical-coordinate representation of color #52723B: hue angle of 94.91º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52723B is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 82 | 114 | 59 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.55 |
| HSL | 94.91º | 0.32% | 0.34% | - |
| HSV(B) | 94.91º | 0.48% | 0.45% | - |
| XYZ | 10.29 | 14.14 | 6.33 | - |
| YUV | 98.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 114 | 59 | 0.28 | 0 | 0.48 | 0.55 | 94.91 | 0.32 | 0.34 |
| Hex | 52 | 72 | 3B | 1C | 0 | 30 | 37 | 5F | 20 | 22 |
| Octal | 122 | 162 | 73 | 34 | 0 | 60 | 67 | 137 | 40 | 42 |
| Binary | 1010010 | 1110010 | 111011 | 11100 | 0 | 110000 | 110111 | 1011111 | 100000 | 100010 |
Color Harmonies of #52723B
Complementary color
Monochromatic Colors of #52723B
Black with #52723B
Text Example
Text Example
White with #52723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52723B; }
p { color: rgb(82,114,59); }
H1.HeaderClassName
{
color: #52723B;
}
.AnyTagClassName
{
color: #52723B;
}
</style>
background-color css
<style>
a { background-color: #52723B; }
a { background-color: rgb(82,114,59); }
div.DivClassName
{
background-color: #52723B;
}
.BgClassName
{
background-color: #52723B;
}
</style>
border-color css
<style>
span { border-color: #52723B; }
span { border-color: rgb(82,114,59); }
td.TdClassName
{
border-color: #52723B;
}
.TagClassName
{
border-color: #52723B;
}
</style>