Shades of Chateau Green #528E5D
Tints of Chateau Green #528E5D
RGB
CMYK
RGB Variations
Color information
#528E5D (or 0x528E5D) is known color: Chateau Green. HEX triplet: 52, 8E and 5D. RGB value is (82,142,93). Sum of RGB (Red+Green+Blue) = 82+142+93=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #528E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E5D is #AD71A2. Grayscale: #767676. Windows color (decimal): -11366819 or 6131282. OLE color: 6131282.
HSL color Cylindrical-coordinate representation of color #528E5D: hue angle of 131º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E5D is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 93 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.44 |
| HSL | 131º | 0.27% | 0.44% | - |
| HSV(B) | 131º | 0.42% | 0.56% | - |
| XYZ | 15.13 | 21.93 | 13.79 | - |
| YUV | 118.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 93 | 0.42 | 0 | 0.35 | 0.44 | 131 | 0.27 | 0.44 |
| Hex | 52 | 8E | 5D | 2A | 0 | 23 | 2C | 83 | 1B | 2C |
| Octal | 122 | 216 | 135 | 52 | 0 | 43 | 54 | 203 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1011101 | 101010 | 0 | 100011 | 101100 | 10000011 | 11011 | 101100 |
Color Harmonies of #528E5D
Complementary color
Monochromatic Colors of #528E5D
Black with #528E5D
Text Example
Text Example
White with #528E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E5D; }
p { color: rgb(82,142,93); }
H1.HeaderClassName
{
color: #528E5D;
}
.AnyTagClassName
{
color: #528E5D;
}
</style>
background-color css
<style>
a { background-color: #528E5D; }
a { background-color: rgb(82,142,93); }
div.DivClassName
{
background-color: #528E5D;
}
.BgClassName
{
background-color: #528E5D;
}
</style>
border-color css
<style>
span { border-color: #528E5D; }
span { border-color: rgb(82,142,93); }
td.TdClassName
{
border-color: #528E5D;
}
.TagClassName
{
border-color: #528E5D;
}
</style>