Shades of Chateau Green #529F60
Tints of Chateau Green #529F60
RGB
CMYK
RGB Variations
Color information
#529F60 (or 0x529F60) is known color: Chateau Green. HEX triplet: 52, 9F and 60. RGB value is (82,159,96). Sum of RGB (Red+Green+Blue) = 82+159+96=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 159 (62.5% from 255 or 47.18% from 337); Blue value is 96 (37.89% from 255 or 28.49% from 337); Max value from RGB is 159 - color contains mainly: green. Hex color #529F60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529F60 is #AD609F. Grayscale: #808080. Windows color (decimal): -11362464 or 6332242. OLE color: 6332242.
HSL color Cylindrical-coordinate representation of color #529F60: hue angle of 130.91º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F60 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 96 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.38 |
| HSL | 130.91º | 0.32% | 0.47% | - |
| HSV(B) | 130.91º | 0.48% | 0.62% | - |
| XYZ | 17.99 | 27.43 | 15.41 | - |
| YUV | 128.8 | 109.49 | 94.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 96 | 0.48 | 0 | 0.40 | 0.38 | 130.91 | 0.32 | 0.47 |
| Hex | 52 | 9F | 60 | 30 | 0 | 28 | 26 | 83 | 20 | 2F |
| Octal | 122 | 237 | 140 | 60 | 0 | 50 | 46 | 203 | 40 | 57 |
| Binary | 1010010 | 10011111 | 1100000 | 110000 | 0 | 101000 | 100110 | 10000011 | 100000 | 101111 |
Color Harmonies of #529F60
Complementary color
Monochromatic Colors of #529F60
Black with #529F60
Text Example
Text Example
White with #529F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F60; }
p { color: rgb(82,159,96); }
H1.HeaderClassName
{
color: #529F60;
}
.AnyTagClassName
{
color: #529F60;
}
</style>
background-color css
<style>
a { background-color: #529F60; }
a { background-color: rgb(82,159,96); }
div.DivClassName
{
background-color: #529F60;
}
.BgClassName
{
background-color: #529F60;
}
</style>
border-color css
<style>
span { border-color: #529F60; }
span { border-color: rgb(82,159,96); }
td.TdClassName
{
border-color: #529F60;
}
.TagClassName
{
border-color: #529F60;
}
</style>