Shades of Chateau Green #529567
Tints of Chateau Green #529567
RGB
CMYK
RGB Variations
Color information
#529567 (or 0x529567) is known color: Chateau Green. HEX triplet: 52, 95 and 67. RGB value is (82,149,103). Sum of RGB (Red+Green+Blue) = 82+149+103=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #529567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529567 is #AD6A98. Grayscale: #7B7B7B. Windows color (decimal): -11365017 or 6788434. OLE color: 6788434.
HSL color Cylindrical-coordinate representation of color #529567: hue angle of 138.81º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529567 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 149 | 103 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.42 |
| HSL | 138.81º | 0.29% | 0.45% | - |
| HSV(B) | 138.81º | 0.45% | 0.58% | - |
| XYZ | 16.68 | 24.27 | 16.64 | - |
| YUV | 123.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 103 | 0.45 | 0 | 0.31 | 0.42 | 138.81 | 0.29 | 0.45 |
| Hex | 52 | 95 | 67 | 2D | 0 | 1F | 2A | 8B | 1D | 2D |
| Octal | 122 | 225 | 147 | 55 | 0 | 37 | 52 | 213 | 35 | 55 |
| Binary | 1010010 | 10010101 | 1100111 | 101101 | 0 | 11111 | 101010 | 10001011 | 11101 | 101101 |
Color Harmonies of #529567
Complementary color
Monochromatic Colors of #529567
Black with #529567
Text Example
Text Example
White with #529567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529567; }
p { color: rgb(82,149,103); }
H1.HeaderClassName
{
color: #529567;
}
.AnyTagClassName
{
color: #529567;
}
</style>
background-color css
<style>
a { background-color: #529567; }
a { background-color: rgb(82,149,103); }
div.DivClassName
{
background-color: #529567;
}
.BgClassName
{
background-color: #529567;
}
</style>
border-color css
<style>
span { border-color: #529567; }
span { border-color: rgb(82,149,103); }
td.TdClassName
{
border-color: #529567;
}
.TagClassName
{
border-color: #529567;
}
</style>