Shades of Chateau Green #529066
Tints of Chateau Green #529066
RGB
CMYK
RGB Variations
Color information
#529066 (or 0x529066) is known color: Chateau Green. HEX triplet: 52, 90 and 66. RGB value is (82,144,102). Sum of RGB (Red+Green+Blue) = 82+144+102=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #529066 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529066 is #AD6F99. Grayscale: #787878. Windows color (decimal): -11366298 or 6721618. OLE color: 6721618.
HSL color Cylindrical-coordinate representation of color #529066: hue angle of 139.35º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529066 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 102 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.44 |
| HSL | 139.35º | 0.27% | 0.44% | - |
| HSV(B) | 139.35º | 0.43% | 0.56% | - |
| XYZ | 15.85 | 22.7 | 16.12 | - |
| YUV | 120.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 102 | 0.43 | 0 | 0.29 | 0.44 | 139.35 | 0.27 | 0.44 |
| Hex | 52 | 90 | 66 | 2B | 0 | 1D | 2C | 8B | 1B | 2C |
| Octal | 122 | 220 | 146 | 53 | 0 | 35 | 54 | 213 | 33 | 54 |
| Binary | 1010010 | 10010000 | 1100110 | 101011 | 0 | 11101 | 101100 | 10001011 | 11011 | 101100 |
Color Harmonies of #529066
Complementary color
Monochromatic Colors of #529066
Black with #529066
Text Example
Text Example
White with #529066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529066; }
p { color: rgb(82,144,102); }
H1.HeaderClassName
{
color: #529066;
}
.AnyTagClassName
{
color: #529066;
}
</style>
background-color css
<style>
a { background-color: #529066; }
a { background-color: rgb(82,144,102); }
div.DivClassName
{
background-color: #529066;
}
.BgClassName
{
background-color: #529066;
}
</style>
border-color css
<style>
span { border-color: #529066; }
span { border-color: rgb(82,144,102); }
td.TdClassName
{
border-color: #529066;
}
.TagClassName
{
border-color: #529066;
}
</style>