Shades of Chalet Green #52653B
Tints of Chalet Green #52653B
RGB
CMYK
RGB Variations
Color information
#52653B (or 0x52653B) is known color: Chalet Green. HEX triplet: 52, 65 and 3B. RGB value is (82,101,59). Sum of RGB (Red+Green+Blue) = 82+101+59=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #52653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52653B is #AD9AC4. Grayscale: #5A5A5A. Windows color (decimal): -11377349 or 3892562. OLE color: 3892562.
HSL color Cylindrical-coordinate representation of color #52653B: hue angle of 87.14º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52653B is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 101 | 59 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.60 |
| HSL | 87.14º | 0.26% | 0.31% | - |
| HSV(B) | 87.14º | 0.42% | 0.4% | - |
| XYZ | 8.92 | 11.42 | 5.87 | - |
| YUV | 90.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 101 | 59 | 0.19 | 0 | 0.42 | 0.60 | 87.14 | 0.26 | 0.31 |
| Hex | 52 | 65 | 3B | 13 | 0 | 2A | 3C | 57 | 1A | 1F |
| Octal | 122 | 145 | 73 | 23 | 0 | 52 | 74 | 127 | 32 | 37 |
| Binary | 1010010 | 1100101 | 111011 | 10011 | 0 | 101010 | 111100 | 1010111 | 11010 | 11111 |
Color Harmonies of #52653B
Complementary color
Monochromatic Colors of #52653B
Black with #52653B
Text Example
Text Example
White with #52653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52653B; }
p { color: rgb(82,101,59); }
H1.HeaderClassName
{
color: #52653B;
}
.AnyTagClassName
{
color: #52653B;
}
</style>
background-color css
<style>
a { background-color: #52653B; }
a { background-color: rgb(82,101,59); }
div.DivClassName
{
background-color: #52653B;
}
.BgClassName
{
background-color: #52653B;
}
</style>
border-color css
<style>
span { border-color: #52653B; }
span { border-color: rgb(82,101,59); }
td.TdClassName
{
border-color: #52653B;
}
.TagClassName
{
border-color: #52653B;
}
</style>