Shades of Chateau Green #52A262
Tints of Chateau Green #52A262
RGB
CMYK
RGB Variations
Color information
#52A262 (or 0x52A262) is known color: Chateau Green. HEX triplet: 52, A2 and 62. RGB value is (82,162,98). Sum of RGB (Red+Green+Blue) = 82+162+98=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #52A262 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A262 is #AD5D9D. Grayscale: #828282. Windows color (decimal): -11361694 or 6464082. OLE color: 6464082.
HSL color Cylindrical-coordinate representation of color #52A262: hue angle of 132º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A262 is Cyan = 0.49, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 162 | 98 | - |
| CMYK | 0.49 | 0 | 0.40 | 0.36 |
| HSL | 132º | 0.33% | 0.48% | - |
| HSV(B) | 132º | 0.49% | 0.64% | - |
| XYZ | 18.6 | 28.52 | 16.08 | - |
| YUV | 130.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 98 | 0.49 | 0 | 0.40 | 0.36 | 132 | 0.33 | 0.48 |
| Hex | 52 | A2 | 62 | 31 | 0 | 28 | 24 | 84 | 21 | 30 |
| Octal | 122 | 242 | 142 | 61 | 0 | 50 | 44 | 204 | 41 | 60 |
| Binary | 1010010 | 10100010 | 1100010 | 110001 | 0 | 101000 | 100100 | 10000100 | 100001 | 110000 |
Color Harmonies of #52A262
Complementary color
Monochromatic Colors of #52A262
Black with #52A262
Text Example
Text Example
White with #52A262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A262; }
p { color: rgb(82,162,98); }
H1.HeaderClassName
{
color: #52A262;
}
.AnyTagClassName
{
color: #52A262;
}
</style>
background-color css
<style>
a { background-color: #52A262; }
a { background-color: rgb(82,162,98); }
div.DivClassName
{
background-color: #52A262;
}
.BgClassName
{
background-color: #52A262;
}
</style>
border-color css
<style>
span { border-color: #52A262; }
span { border-color: rgb(82,162,98); }
td.TdClassName
{
border-color: #52A262;
}
.TagClassName
{
border-color: #52A262;
}
</style>