Shades of Chateau Green #529C63
Tints of Chateau Green #529C63
RGB
CMYK
RGB Variations
Color information
#529C63 (or 0x529C63) is known color: Chateau Green. HEX triplet: 52, 9C and 63. RGB value is (82,156,99). Sum of RGB (Red+Green+Blue) = 82+156+99=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #529C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C63 is #AD639C. Grayscale: #7F7F7F. Windows color (decimal): -11363229 or 6528082. OLE color: 6528082.
HSL color Cylindrical-coordinate representation of color #529C63: hue angle of 133.78º 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 #529C63 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 99 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.39 |
| HSL | 133.78º | 0.31% | 0.47% | - |
| HSV(B) | 133.78º | 0.47% | 0.61% | - |
| XYZ | 17.62 | 26.47 | 15.99 | - |
| YUV | 127.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 99 | 0.47 | 0 | 0.37 | 0.39 | 133.78 | 0.31 | 0.47 |
| Hex | 52 | 9C | 63 | 2F | 0 | 25 | 27 | 86 | 1F | 2F |
| Octal | 122 | 234 | 143 | 57 | 0 | 45 | 47 | 206 | 37 | 57 |
| Binary | 1010010 | 10011100 | 1100011 | 101111 | 0 | 100101 | 100111 | 10000110 | 11111 | 101111 |
Color Harmonies of #529C63
Complementary color
Monochromatic Colors of #529C63
Black with #529C63
Text Example
Text Example
White with #529C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C63; }
p { color: rgb(82,156,99); }
H1.HeaderClassName
{
color: #529C63;
}
.AnyTagClassName
{
color: #529C63;
}
</style>
background-color css
<style>
a { background-color: #529C63; }
a { background-color: rgb(82,156,99); }
div.DivClassName
{
background-color: #529C63;
}
.BgClassName
{
background-color: #529C63;
}
</style>
border-color css
<style>
span { border-color: #529C63; }
span { border-color: rgb(82,156,99); }
td.TdClassName
{
border-color: #529C63;
}
.TagClassName
{
border-color: #529C63;
}
</style>