Shades of Chateau Green #529367
Tints of Chateau Green #529367
RGB
CMYK
RGB Variations
Color information
#529367 (or 0x529367) is known color: Chateau Green. HEX triplet: 52, 93 and 67. RGB value is (82,147,103). Sum of RGB (Red+Green+Blue) = 82+147+103=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #529367 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529367 is #AD6C98. Grayscale: #7A7A7A. Windows color (decimal): -11365529 or 6787922. OLE color: 6787922.
HSL color Cylindrical-coordinate representation of color #529367: hue angle of 139.38º 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 #529367 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 103 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.42 |
| HSL | 139.38º | 0.28% | 0.45% | - |
| HSV(B) | 139.38º | 0.44% | 0.58% | - |
| XYZ | 16.36 | 23.64 | 16.53 | - |
| YUV | 122.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 103 | 0.44 | 0 | 0.30 | 0.42 | 139.38 | 0.28 | 0.45 |
| Hex | 52 | 93 | 67 | 2C | 0 | 1E | 2A | 8B | 1C | 2D |
| Octal | 122 | 223 | 147 | 54 | 0 | 36 | 52 | 213 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1100111 | 101100 | 0 | 11110 | 101010 | 10001011 | 11100 | 101101 |
Color Harmonies of #529367
Complementary color
Monochromatic Colors of #529367
Black with #529367
Text Example
Text Example
White with #529367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529367; }
p { color: rgb(82,147,103); }
H1.HeaderClassName
{
color: #529367;
}
.AnyTagClassName
{
color: #529367;
}
</style>
background-color css
<style>
a { background-color: #529367; }
a { background-color: rgb(82,147,103); }
div.DivClassName
{
background-color: #529367;
}
.BgClassName
{
background-color: #529367;
}
</style>
border-color css
<style>
span { border-color: #529367; }
span { border-color: rgb(82,147,103); }
td.TdClassName
{
border-color: #529367;
}
.TagClassName
{
border-color: #529367;
}
</style>