Shades of Chateau Green #529264
Tints of Chateau Green #529264
RGB
CMYK
RGB Variations
Color information
#529264 (or 0x529264) is known color: Chateau Green. HEX triplet: 52, 92 and 64. RGB value is (82,146,100). Sum of RGB (Red+Green+Blue) = 82+146+100=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #529264 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529264 is #AD6D9B. Grayscale: #797979. Windows color (decimal): -11365788 or 6591058. OLE color: 6591058.
HSL color Cylindrical-coordinate representation of color #529264: hue angle of 136.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529264 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 82 | 146 | 100 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.43 |
| HSL | 136.88º | 0.28% | 0.45% | - |
| HSV(B) | 136.88º | 0.44% | 0.57% | - |
| XYZ | 16.06 | 23.27 | 15.7 | - |
| YUV | 121.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 100 | 0.44 | 0 | 0.32 | 0.43 | 136.88 | 0.28 | 0.45 |
| Hex | 52 | 92 | 64 | 2C | 0 | 20 | 2B | 89 | 1C | 2D |
| Octal | 122 | 222 | 144 | 54 | 0 | 40 | 53 | 211 | 34 | 55 |
| Binary | 1010010 | 10010010 | 1100100 | 101100 | 0 | 100000 | 101011 | 10001001 | 11100 | 101101 |
Color Harmonies of #529264
Complementary color
Monochromatic Colors of #529264
Black with #529264
Text Example
Text Example
White with #529264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529264; }
p { color: rgb(82,146,100); }
H1.HeaderClassName
{
color: #529264;
}
.AnyTagClassName
{
color: #529264;
}
</style>
background-color css
<style>
a { background-color: #529264; }
a { background-color: rgb(82,146,100); }
div.DivClassName
{
background-color: #529264;
}
.BgClassName
{
background-color: #529264;
}
</style>
border-color css
<style>
span { border-color: #529264; }
span { border-color: rgb(82,146,100); }
td.TdClassName
{
border-color: #529264;
}
.TagClassName
{
border-color: #529264;
}
</style>