Shades of Chateau Green #529663
Tints of Chateau Green #529663
RGB
CMYK
RGB Variations
Color information
#529663 (or 0x529663) is known color: Chateau Green. HEX triplet: 52, 96 and 63. RGB value is (82,150,99). Sum of RGB (Red+Green+Blue) = 82+150+99=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 150 - color contains mainly: green. Hex color #529663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529663 is #AD699C. Grayscale: #7B7B7B. Windows color (decimal): -11364765 or 6526546. OLE color: 6526546.
HSL color Cylindrical-coordinate representation of color #529663: hue angle of 135º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529663 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 99 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.41 |
| HSL | 135º | 0.29% | 0.45% | - |
| HSV(B) | 135º | 0.45% | 0.59% | - |
| XYZ | 16.64 | 24.51 | 15.66 | - |
| YUV | 123.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 99 | 0.45 | 0 | 0.34 | 0.41 | 135 | 0.29 | 0.45 |
| Hex | 52 | 96 | 63 | 2D | 0 | 22 | 29 | 87 | 1D | 2D |
| Octal | 122 | 226 | 143 | 55 | 0 | 42 | 51 | 207 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1100011 | 101101 | 0 | 100010 | 101001 | 10000111 | 11101 | 101101 |
Color Harmonies of #529663
Complementary color
Monochromatic Colors of #529663
Black with #529663
Text Example
Text Example
White with #529663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529663; }
p { color: rgb(82,150,99); }
H1.HeaderClassName
{
color: #529663;
}
.AnyTagClassName
{
color: #529663;
}
</style>
background-color css
<style>
a { background-color: #529663; }
a { background-color: rgb(82,150,99); }
div.DivClassName
{
background-color: #529663;
}
.BgClassName
{
background-color: #529663;
}
</style>
border-color css
<style>
span { border-color: #529663; }
span { border-color: rgb(82,150,99); }
td.TdClassName
{
border-color: #529663;
}
.TagClassName
{
border-color: #529663;
}
</style>