Shades of Chateau Green #529C62
Tints of Chateau Green #529C62
RGB
CMYK
RGB Variations
Color information
#529C62 (or 0x529C62) is known color: Chateau Green. HEX triplet: 52, 9C and 62. RGB value is (82,156,98). Sum of RGB (Red+Green+Blue) = 82+156+98=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #529C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C62 is #AD639D. Grayscale: #7F7F7F. Windows color (decimal): -11363230 or 6462546. OLE color: 6462546.
HSL color Cylindrical-coordinate representation of color #529C62: hue angle of 132.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C62 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 98 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.39 |
| HSL | 132.97º | 0.31% | 0.47% | - |
| HSV(B) | 132.97º | 0.47% | 0.61% | - |
| XYZ | 17.57 | 26.45 | 15.73 | - |
| YUV | 127.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 98 | 0.47 | 0 | 0.37 | 0.39 | 132.97 | 0.31 | 0.47 |
| Hex | 52 | 9C | 62 | 2F | 0 | 25 | 27 | 85 | 1F | 2F |
| Octal | 122 | 234 | 142 | 57 | 0 | 45 | 47 | 205 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1100010 | 101111 | 0 | 100101 | 100111 | 10000101 | 11111 | 101111 |
Color Harmonies of #529C62
Complementary color
Monochromatic Colors of #529C62
Black with #529C62
Text Example
Text Example
White with #529C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C62; }
p { color: rgb(82,156,98); }
H1.HeaderClassName
{
color: #529C62;
}
.AnyTagClassName
{
color: #529C62;
}
</style>
background-color css
<style>
a { background-color: #529C62; }
a { background-color: rgb(82,156,98); }
div.DivClassName
{
background-color: #529C62;
}
.BgClassName
{
background-color: #529C62;
}
</style>
border-color css
<style>
span { border-color: #529C62; }
span { border-color: rgb(82,156,98); }
td.TdClassName
{
border-color: #529C62;
}
.TagClassName
{
border-color: #529C62;
}
</style>