Shades of Chateau Green #529360
Tints of Chateau Green #529360
RGB
CMYK
RGB Variations
Color information
#529360 (or 0x529360) is known color: Chateau Green. HEX triplet: 52, 93 and 60. RGB value is (82,147,96). Sum of RGB (Red+Green+Blue) = 82+147+96=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #529360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529360 is #AD6C9F. Grayscale: #797979. Windows color (decimal): -11365536 or 6329170. OLE color: 6329170.
HSL color Cylindrical-coordinate representation of color #529360: hue angle of 132.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529360 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 96 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.42 |
| HSL | 132.92º | 0.28% | 0.45% | - |
| HSV(B) | 132.92º | 0.44% | 0.58% | - |
| XYZ | 16.02 | 23.51 | 14.76 | - |
| YUV | 121.75 | 113.47 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 96 | 0.44 | 0 | 0.35 | 0.42 | 132.92 | 0.28 | 0.45 |
| Hex | 52 | 93 | 60 | 2C | 0 | 23 | 2A | 85 | 1C | 2D |
| Octal | 122 | 223 | 140 | 54 | 0 | 43 | 52 | 205 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1100000 | 101100 | 0 | 100011 | 101010 | 10000101 | 11100 | 101101 |
Color Harmonies of #529360
Complementary color
Monochromatic Colors of #529360
Black with #529360
Text Example
Text Example
White with #529360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529360; }
p { color: rgb(82,147,96); }
H1.HeaderClassName
{
color: #529360;
}
.AnyTagClassName
{
color: #529360;
}
</style>
background-color css
<style>
a { background-color: #529360; }
a { background-color: rgb(82,147,96); }
div.DivClassName
{
background-color: #529360;
}
.BgClassName
{
background-color: #529360;
}
</style>
border-color css
<style>
span { border-color: #529360; }
span { border-color: rgb(82,147,96); }
td.TdClassName
{
border-color: #529360;
}
.TagClassName
{
border-color: #529360;
}
</style>