Shades of Chateau Green #529866
Tints of Chateau Green #529866
RGB
CMYK
RGB Variations
Color information
#529866 (or 0x529866) is known color: Chateau Green. HEX triplet: 52, 98 and 66. RGB value is (82,152,102). Sum of RGB (Red+Green+Blue) = 82+152+102=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 152 - color contains mainly: green. Hex color #529866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529866 is #AD6799. Grayscale: #7D7D7D. Windows color (decimal): -11364250 or 6723666. OLE color: 6723666.
HSL color Cylindrical-coordinate representation of color #529866: hue angle of 137.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529866 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 102 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.40 |
| HSL | 137.14º | 0.3% | 0.46% | - |
| HSV(B) | 137.14º | 0.46% | 0.6% | - |
| XYZ | 17.11 | 25.21 | 16.53 | - |
| YUV | 125.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 102 | 0.46 | 0 | 0.33 | 0.40 | 137.14 | 0.3 | 0.46 |
| Hex | 52 | 98 | 66 | 2E | 0 | 21 | 28 | 89 | 1E | 2E |
| Octal | 122 | 230 | 146 | 56 | 0 | 41 | 50 | 211 | 36 | 56 |
| Binary | 1010010 | 10011000 | 1100110 | 101110 | 0 | 100001 | 101000 | 10001001 | 11110 | 101110 |
Color Harmonies of #529866
Complementary color
Monochromatic Colors of #529866
Black with #529866
Text Example
Text Example
White with #529866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529866; }
p { color: rgb(82,152,102); }
H1.HeaderClassName
{
color: #529866;
}
.AnyTagClassName
{
color: #529866;
}
</style>
background-color css
<style>
a { background-color: #529866; }
a { background-color: rgb(82,152,102); }
div.DivClassName
{
background-color: #529866;
}
.BgClassName
{
background-color: #529866;
}
</style>
border-color css
<style>
span { border-color: #529866; }
span { border-color: rgb(82,152,102); }
td.TdClassName
{
border-color: #529866;
}
.TagClassName
{
border-color: #529866;
}
</style>