Shades of Chateau Green #529A66
Tints of Chateau Green #529A66
RGB
CMYK
RGB Variations
Color information
#529A66 (or 0x529A66) is known color: Chateau Green. HEX triplet: 52, 9A and 66. RGB value is (82,154,102). Sum of RGB (Red+Green+Blue) = 82+154+102=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #529A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A66 is #AD6599. Grayscale: #7E7E7E. Windows color (decimal): -11363738 or 6724178. OLE color: 6724178.
HSL color Cylindrical-coordinate representation of color #529A66: hue angle of 136.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 #529A66 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 102 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.40 |
| HSL | 136.67º | 0.31% | 0.46% | - |
| HSV(B) | 136.67º | 0.47% | 0.6% | - |
| XYZ | 17.43 | 25.86 | 16.64 | - |
| YUV | 126.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 102 | 0.47 | 0 | 0.34 | 0.40 | 136.67 | 0.31 | 0.46 |
| Hex | 52 | 9A | 66 | 2F | 0 | 22 | 28 | 89 | 1F | 2E |
| Octal | 122 | 232 | 146 | 57 | 0 | 42 | 50 | 211 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1100110 | 101111 | 0 | 100010 | 101000 | 10001001 | 11111 | 101110 |
Color Harmonies of #529A66
Complementary color
Monochromatic Colors of #529A66
Black with #529A66
Text Example
Text Example
White with #529A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A66; }
p { color: rgb(82,154,102); }
H1.HeaderClassName
{
color: #529A66;
}
.AnyTagClassName
{
color: #529A66;
}
</style>
background-color css
<style>
a { background-color: #529A66; }
a { background-color: rgb(82,154,102); }
div.DivClassName
{
background-color: #529A66;
}
.BgClassName
{
background-color: #529A66;
}
</style>
border-color css
<style>
span { border-color: #529A66; }
span { border-color: rgb(82,154,102); }
td.TdClassName
{
border-color: #529A66;
}
.TagClassName
{
border-color: #529A66;
}
</style>