Shades of Chalet Green #52643C
Tints of Chalet Green #52643C
RGB
CMYK
RGB Variations
Color information
#52643C (or 0x52643C) is known color: Chalet Green. HEX triplet: 52, 64 and 3C. RGB value is (82,100,60). Sum of RGB (Red+Green+Blue) = 82+100+60=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #52643C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52643C is #AD9BC3. Grayscale: #5A5A5A. Windows color (decimal): -11377604 or 3957842. OLE color: 3957842.
HSL color Cylindrical-coordinate representation of color #52643C: hue angle of 87º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52643C is Cyan = 0.18, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 60 | - |
| CMYK | 0.18 | 0 | 0.4 | 0.61 |
| HSL | 87º | 0.25% | 0.31% | - |
| HSV(B) | 87º | 0.4% | 0.39% | - |
| XYZ | 8.85 | 11.23 | 5.98 | - |
| YUV | 90.06 | 111.04 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 60 | 0.18 | 0 | 0.4 | 0.61 | 87 | 0.25 | 0.31 |
| Hex | 52 | 64 | 3C | 12 | 0 | 28 | 3D | 57 | 19 | 1F |
| Octal | 122 | 144 | 74 | 22 | 0 | 50 | 75 | 127 | 31 | 37 |
| Binary | 1010010 | 1100100 | 111100 | 10010 | 0 | 101000 | 111101 | 1010111 | 11001 | 11111 |
Color Harmonies of #52643C
Complementary color
Monochromatic Colors of #52643C
Black with #52643C
Text Example
Text Example
White with #52643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52643C; }
p { color: rgb(82,100,60); }
H1.HeaderClassName
{
color: #52643C;
}
.AnyTagClassName
{
color: #52643C;
}
</style>
background-color css
<style>
a { background-color: #52643C; }
a { background-color: rgb(82,100,60); }
div.DivClassName
{
background-color: #52643C;
}
.BgClassName
{
background-color: #52643C;
}
</style>
border-color css
<style>
span { border-color: #52643C; }
span { border-color: rgb(82,100,60); }
td.TdClassName
{
border-color: #52643C;
}
.TagClassName
{
border-color: #52643C;
}
</style>