Shades of Chateau Green #529362
Tints of Chateau Green #529362
RGB
CMYK
RGB Variations
Color information
#529362 (or 0x529362) is known color: Chateau Green. HEX triplet: 52, 93 and 62. RGB value is (82,147,98). Sum of RGB (Red+Green+Blue) = 82+147+98=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #529362 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529362 is #AD6C9D. Grayscale: #7A7A7A. Windows color (decimal): -11365534 or 6460242. OLE color: 6460242.
HSL color Cylindrical-coordinate representation of color #529362: hue angle of 134.77º 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 #529362 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 98 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.42 |
| HSL | 134.77º | 0.28% | 0.45% | - |
| HSV(B) | 134.77º | 0.44% | 0.58% | - |
| XYZ | 16.12 | 23.54 | 15.25 | - |
| YUV | 121.98 | 114.47 | 99.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 98 | 0.44 | 0 | 0.33 | 0.42 | 134.77 | 0.28 | 0.45 |
| Hex | 52 | 93 | 62 | 2C | 0 | 21 | 2A | 87 | 1C | 2D |
| Octal | 122 | 223 | 142 | 54 | 0 | 41 | 52 | 207 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1100010 | 101100 | 0 | 100001 | 101010 | 10000111 | 11100 | 101101 |
Color Harmonies of #529362
Complementary color
Monochromatic Colors of #529362
Black with #529362
Text Example
Text Example
White with #529362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529362; }
p { color: rgb(82,147,98); }
H1.HeaderClassName
{
color: #529362;
}
.AnyTagClassName
{
color: #529362;
}
</style>
background-color css
<style>
a { background-color: #529362; }
a { background-color: rgb(82,147,98); }
div.DivClassName
{
background-color: #529362;
}
.BgClassName
{
background-color: #529362;
}
</style>
border-color css
<style>
span { border-color: #529362; }
span { border-color: rgb(82,147,98); }
td.TdClassName
{
border-color: #529362;
}
.TagClassName
{
border-color: #529362;
}
</style>