Shades of Chateau Green #52A462
Tints of Chateau Green #52A462
RGB
CMYK
RGB Variations
Color information
#52A462 (or 0x52A462) is known color: Chateau Green. HEX triplet: 52, A4 and 62. RGB value is (82,164,98). Sum of RGB (Red+Green+Blue) = 82+164+98=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 164 (64.45% from 255 or 47.67% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 164 - color contains mainly: green. Hex color #52A462 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52A462 is #AD5B9D. Grayscale: #848484. Windows color (decimal): -11361182 or 6464594. OLE color: 6464594.
HSL color Cylindrical-coordinate representation of color #52A462: hue angle of 131.71º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52A462 is Cyan = 0.5, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 164 | 98 | - |
| CMYK | 0.5 | 0 | 0.40 | 0.36 |
| HSL | 131.71º | 0.33% | 0.48% | - |
| HSV(B) | 131.71º | 0.5% | 0.64% | - |
| XYZ | 18.96 | 29.23 | 16.2 | - |
| YUV | 131.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 164 | 98 | 0.5 | 0 | 0.40 | 0.36 | 131.71 | 0.33 | 0.48 |
| Hex | 52 | A4 | 62 | 32 | 0 | 28 | 24 | 84 | 21 | 30 |
| Octal | 122 | 244 | 142 | 62 | 0 | 50 | 44 | 204 | 41 | 60 |
| Binary | 1010010 | 10100100 | 1100010 | 110010 | 0 | 101000 | 100100 | 10000100 | 100001 | 110000 |
Color Harmonies of #52A462
Complementary color
Monochromatic Colors of #52A462
Black with #52A462
Text Example
Text Example
White with #52A462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A462; }
p { color: rgb(82,164,98); }
H1.HeaderClassName
{
color: #52A462;
}
.AnyTagClassName
{
color: #52A462;
}
</style>
background-color css
<style>
a { background-color: #52A462; }
a { background-color: rgb(82,164,98); }
div.DivClassName
{
background-color: #52A462;
}
.BgClassName
{
background-color: #52A462;
}
</style>
border-color css
<style>
span { border-color: #52A462; }
span { border-color: rgb(82,164,98); }
td.TdClassName
{
border-color: #52A462;
}
.TagClassName
{
border-color: #52A462;
}
</style>