Shades of Chalet Green #52643F
Tints of Chalet Green #52643F
RGB
CMYK
RGB Variations
Color information
#52643F (or 0x52643F) is known color: Chalet Green. HEX triplet: 52, 64 and 3F. RGB value is (82,100,63). Sum of RGB (Red+Green+Blue) = 82+100+63=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #52643F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52643F is #AD9BC0. Grayscale: #5A5A5A. Windows color (decimal): -11377601 or 4154450. OLE color: 4154450.
HSL color Cylindrical-coordinate representation of color #52643F: hue angle of 89.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #52643F is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 63 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.61 |
| HSL | 89.19º | 0.23% | 0.32% | - |
| HSV(B) | 89.19º | 0.37% | 0.39% | - |
| XYZ | 8.93 | 11.27 | 6.41 | - |
| YUV | 90.4 | 112.54 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 63 | 0.18 | 0 | 0.37 | 0.61 | 89.19 | 0.23 | 0.32 |
| Hex | 52 | 64 | 3F | 12 | 0 | 25 | 3D | 59 | 17 | 20 |
| Octal | 122 | 144 | 77 | 22 | 0 | 45 | 75 | 131 | 27 | 40 |
| Binary | 1010010 | 1100100 | 111111 | 10010 | 0 | 100101 | 111101 | 1011001 | 10111 | 100000 |
Color Harmonies of #52643F
Complementary color
Monochromatic Colors of #52643F
Black with #52643F
Text Example
Text Example
White with #52643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52643F; }
p { color: rgb(82,100,63); }
H1.HeaderClassName
{
color: #52643F;
}
.AnyTagClassName
{
color: #52643F;
}
</style>
background-color css
<style>
a { background-color: #52643F; }
a { background-color: rgb(82,100,63); }
div.DivClassName
{
background-color: #52643F;
}
.BgClassName
{
background-color: #52643F;
}
</style>
border-color css
<style>
span { border-color: #52643F; }
span { border-color: rgb(82,100,63); }
td.TdClassName
{
border-color: #52643F;
}
.TagClassName
{
border-color: #52643F;
}
</style>