Shades of Chateau Green #529A67
Tints of Chateau Green #529A67
RGB
CMYK
RGB Variations
Color information
#529A67 (or 0x529A67) is known color: Chateau Green. HEX triplet: 52, 9A and 67. RGB value is (82,154,103). Sum of RGB (Red+Green+Blue) = 82+154+103=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 154 - color contains mainly: green. Hex color #529A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529A67 is #AD6598. Grayscale: #7E7E7E. Windows color (decimal): -11363737 or 6789714. OLE color: 6789714.
HSL color Cylindrical-coordinate representation of color #529A67: hue angle of 137.5º 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 #529A67 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 154 | 103 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.40 |
| HSL | 137.5º | 0.31% | 0.46% | - |
| HSV(B) | 137.5º | 0.47% | 0.6% | - |
| XYZ | 17.48 | 25.88 | 16.91 | - |
| YUV | 126.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 103 | 0.47 | 0 | 0.33 | 0.40 | 137.5 | 0.31 | 0.46 |
| Hex | 52 | 9A | 67 | 2F | 0 | 21 | 28 | 8A | 1F | 2E |
| Octal | 122 | 232 | 147 | 57 | 0 | 41 | 50 | 212 | 37 | 56 |
| Binary | 1010010 | 10011010 | 1100111 | 101111 | 0 | 100001 | 101000 | 10001010 | 11111 | 101110 |
Color Harmonies of #529A67
Complementary color
Monochromatic Colors of #529A67
Black with #529A67
Text Example
Text Example
White with #529A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529A67; }
p { color: rgb(82,154,103); }
H1.HeaderClassName
{
color: #529A67;
}
.AnyTagClassName
{
color: #529A67;
}
</style>
background-color css
<style>
a { background-color: #529A67; }
a { background-color: rgb(82,154,103); }
div.DivClassName
{
background-color: #529A67;
}
.BgClassName
{
background-color: #529A67;
}
</style>
border-color css
<style>
span { border-color: #529A67; }
span { border-color: rgb(82,154,103); }
td.TdClassName
{
border-color: #529A67;
}
.TagClassName
{
border-color: #529A67;
}
</style>