Shades of Chateau Green #52965F
Tints of Chateau Green #52965F
RGB
CMYK
RGB Variations
Color information
#52965F (or 0x52965F) is known color: Chateau Green. HEX triplet: 52, 96 and 5F. RGB value is (82,150,95). Sum of RGB (Red+Green+Blue) = 82+150+95=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #52965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965F is #AD69A0. Grayscale: #7B7B7B. Windows color (decimal): -11364769 or 6264402. OLE color: 6264402.
HSL color Cylindrical-coordinate representation of color #52965F: hue angle of 131.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52965F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 95 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.41 |
| HSL | 131.47º | 0.29% | 0.45% | - |
| HSV(B) | 131.47º | 0.45% | 0.59% | - |
| XYZ | 16.45 | 24.43 | 14.68 | - |
| YUV | 123.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 95 | 0.45 | 0 | 0.37 | 0.41 | 131.47 | 0.29 | 0.45 |
| Hex | 52 | 96 | 5F | 2D | 0 | 25 | 29 | 83 | 1D | 2D |
| Octal | 122 | 226 | 137 | 55 | 0 | 45 | 51 | 203 | 35 | 55 |
| Binary | 1010010 | 10010110 | 1011111 | 101101 | 0 | 100101 | 101001 | 10000011 | 11101 | 101101 |
Color Harmonies of #52965F
Complementary color
Monochromatic Colors of #52965F
Black with #52965F
Text Example
Text Example
White with #52965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52965F; }
p { color: rgb(82,150,95); }
H1.HeaderClassName
{
color: #52965F;
}
.AnyTagClassName
{
color: #52965F;
}
</style>
background-color css
<style>
a { background-color: #52965F; }
a { background-color: rgb(82,150,95); }
div.DivClassName
{
background-color: #52965F;
}
.BgClassName
{
background-color: #52965F;
}
</style>
border-color css
<style>
span { border-color: #52965F; }
span { border-color: rgb(82,150,95); }
td.TdClassName
{
border-color: #52965F;
}
.TagClassName
{
border-color: #52965F;
}
</style>