Shades of Chateau Green #528F5C
Tints of Chateau Green #528F5C
RGB
CMYK
RGB Variations
Color information
#528F5C (or 0x528F5C) is known color: Chateau Green. HEX triplet: 52, 8F and 5C. RGB value is (82,143,92). Sum of RGB (Red+Green+Blue) = 82+143+92=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 143 (56.25% from 255 or 45.11% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 143 - color contains mainly: green. Hex color #528F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528F5C is #AD70A3. Grayscale: #777777. Windows color (decimal): -11366564 or 6066002. OLE color: 6066002.
HSL color Cylindrical-coordinate representation of color #528F5C: hue angle of 129.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #528F5C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 143 | 92 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.44 |
| HSL | 129.84º | 0.27% | 0.44% | - |
| HSV(B) | 129.84º | 0.43% | 0.56% | - |
| XYZ | 15.23 | 22.21 | 13.61 | - |
| YUV | 118.95 | 112.79 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 92 | 0.43 | 0 | 0.36 | 0.44 | 129.84 | 0.27 | 0.44 |
| Hex | 52 | 8F | 5C | 2B | 0 | 24 | 2C | 82 | 1B | 2C |
| Octal | 122 | 217 | 134 | 53 | 0 | 44 | 54 | 202 | 33 | 54 |
| Binary | 1010010 | 10001111 | 1011100 | 101011 | 0 | 100100 | 101100 | 10000010 | 11011 | 101100 |
Color Harmonies of #528F5C
Complementary color
Monochromatic Colors of #528F5C
Black with #528F5C
Text Example
Text Example
White with #528F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528F5C; }
p { color: rgb(82,143,92); }
H1.HeaderClassName
{
color: #528F5C;
}
.AnyTagClassName
{
color: #528F5C;
}
</style>
background-color css
<style>
a { background-color: #528F5C; }
a { background-color: rgb(82,143,92); }
div.DivClassName
{
background-color: #528F5C;
}
.BgClassName
{
background-color: #528F5C;
}
</style>
border-color css
<style>
span { border-color: #528F5C; }
span { border-color: rgb(82,143,92); }
td.TdClassName
{
border-color: #528F5C;
}
.TagClassName
{
border-color: #528F5C;
}
</style>