Shades of Chateau Green #529366
Tints of Chateau Green #529366
RGB
CMYK
RGB Variations
Color information
#529366 (or 0x529366) is known color: Chateau Green. HEX triplet: 52, 93 and 66. RGB value is (82,147,102). Sum of RGB (Red+Green+Blue) = 82+147+102=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #529366 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529366 is #AD6C99. Grayscale: #7A7A7A. Windows color (decimal): -11365530 or 6722386. OLE color: 6722386.
HSL color Cylindrical-coordinate representation of color #529366: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529366 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 102 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.42 |
| HSL | 138.46º | 0.28% | 0.45% | - |
| HSV(B) | 138.46º | 0.44% | 0.58% | - |
| XYZ | 16.31 | 23.62 | 16.27 | - |
| YUV | 122.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 102 | 0.44 | 0 | 0.31 | 0.42 | 138.46 | 0.28 | 0.45 |
| Hex | 52 | 93 | 66 | 2C | 0 | 1F | 2A | 8A | 1C | 2D |
| Octal | 122 | 223 | 146 | 54 | 0 | 37 | 52 | 212 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1100110 | 101100 | 0 | 11111 | 101010 | 10001010 | 11100 | 101101 |
Color Harmonies of #529366
Complementary color
Monochromatic Colors of #529366
Black with #529366
Text Example
Text Example
White with #529366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529366; }
p { color: rgb(82,147,102); }
H1.HeaderClassName
{
color: #529366;
}
.AnyTagClassName
{
color: #529366;
}
</style>
background-color css
<style>
a { background-color: #529366; }
a { background-color: rgb(82,147,102); }
div.DivClassName
{
background-color: #529366;
}
.BgClassName
{
background-color: #529366;
}
</style>
border-color css
<style>
span { border-color: #529366; }
span { border-color: rgb(82,147,102); }
td.TdClassName
{
border-color: #529366;
}
.TagClassName
{
border-color: #529366;
}
</style>