Shades of Chateau Green #52905D
Tints of Chateau Green #52905D
RGB
CMYK
RGB Variations
Color information
#52905D (or 0x52905D) is known color: Chateau Green. HEX triplet: 52, 90 and 5D. RGB value is (82,144,93). Sum of RGB (Red+Green+Blue) = 82+144+93=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #52905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52905D is #AD6FA2. Grayscale: #777777. Windows color (decimal): -11366307 or 6131794. OLE color: 6131794.
HSL color Cylindrical-coordinate representation of color #52905D: hue angle of 130.65º 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 #52905D is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 93 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.44 |
| HSL | 130.65º | 0.27% | 0.44% | - |
| HSV(B) | 130.65º | 0.43% | 0.56% | - |
| XYZ | 15.43 | 22.53 | 13.89 | - |
| YUV | 119.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 93 | 0.43 | 0 | 0.35 | 0.44 | 130.65 | 0.27 | 0.44 |
| Hex | 52 | 90 | 5D | 2B | 0 | 23 | 2C | 83 | 1B | 2C |
| Octal | 122 | 220 | 135 | 53 | 0 | 43 | 54 | 203 | 33 | 54 |
| Binary | 1010010 | 10010000 | 1011101 | 101011 | 0 | 100011 | 101100 | 10000011 | 11011 | 101100 |
Color Harmonies of #52905D
Complementary color
Monochromatic Colors of #52905D
Black with #52905D
Text Example
Text Example
White with #52905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52905D; }
p { color: rgb(82,144,93); }
H1.HeaderClassName
{
color: #52905D;
}
.AnyTagClassName
{
color: #52905D;
}
</style>
background-color css
<style>
a { background-color: #52905D; }
a { background-color: rgb(82,144,93); }
div.DivClassName
{
background-color: #52905D;
}
.BgClassName
{
background-color: #52905D;
}
</style>
border-color css
<style>
span { border-color: #52905D; }
span { border-color: rgb(82,144,93); }
td.TdClassName
{
border-color: #52905D;
}
.TagClassName
{
border-color: #52905D;
}
</style>