Shades of Chateau Green #529A60
Tints of Chateau Green #529A60
RGB
CMYK
RGB Variations
Color information
#529A60 (or 0x529A60) is known color: Chateau Green. HEX triplet: 52, 9A and 60. RGB value is (82,154,96). Sum of RGB (Red+Green+Blue) = 82+154+96=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #529A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A60 is #AD659F. Grayscale: #7E7E7E. Windows color (decimal): -11363744 or 6330962. OLE color: 6330962.
HSL color Cylindrical-coordinate representation of color #529A60: hue angle of 131.67º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529A60 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 96 | - |
| CMYK | 0.47 | 0 | 0.38 | 0.40 |
| HSL | 131.67º | 0.31% | 0.46% | - |
| HSV(B) | 131.67º | 0.47% | 0.6% | - |
| XYZ | 17.15 | 25.75 | 15.13 | - |
| YUV | 125.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 96 | 0.47 | 0 | 0.38 | 0.40 | 131.67 | 0.31 | 0.46 |
| Hex | 52 | 9A | 60 | 2F | 0 | 26 | 28 | 84 | 1F | 2E |
| Octal | 122 | 232 | 140 | 57 | 0 | 46 | 50 | 204 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1100000 | 101111 | 0 | 100110 | 101000 | 10000100 | 11111 | 101110 |
Color Harmonies of #529A60
Complementary color
Monochromatic Colors of #529A60
Black with #529A60
Text Example
Text Example
White with #529A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A60; }
p { color: rgb(82,154,96); }
H1.HeaderClassName
{
color: #529A60;
}
.AnyTagClassName
{
color: #529A60;
}
</style>
background-color css
<style>
a { background-color: #529A60; }
a { background-color: rgb(82,154,96); }
div.DivClassName
{
background-color: #529A60;
}
.BgClassName
{
background-color: #529A60;
}
</style>
border-color css
<style>
span { border-color: #529A60; }
span { border-color: rgb(82,154,96); }
td.TdClassName
{
border-color: #529A60;
}
.TagClassName
{
border-color: #529A60;
}
</style>