Shades of Chateau Green #53A864
Tints of Chateau Green #53A864
RGB
CMYK
RGB Variations
Color information
#53A864 (or 0x53A864) is known color: Chateau Green. HEX triplet: 53, A8 and 64. RGB value is (83,168,100). Sum of RGB (Red+Green+Blue) = 83+168+100=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #53A864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A864 is #AC579B. Grayscale: #878787. Windows color (decimal): -11294620 or 6596691. OLE color: 6596691.
HSL color Cylindrical-coordinate representation of color #53A864: hue angle of 132º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53A864 is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 168 | 100 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.34 |
| HSL | 132º | 0.34% | 0.49% | - |
| HSV(B) | 132º | 0.51% | 0.66% | - |
| XYZ | 19.87 | 30.76 | 16.95 | - |
| YUV | 134.83 | 108.34 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 100 | 0.51 | 0 | 0.40 | 0.34 | 132 | 0.34 | 0.49 |
| Hex | 53 | A8 | 64 | 33 | 0 | 28 | 22 | 84 | 22 | 31 |
| Octal | 123 | 250 | 144 | 63 | 0 | 50 | 42 | 204 | 42 | 61 |
| Binary | 1010011 | 10101000 | 1100100 | 110011 | 0 | 101000 | 100010 | 10000100 | 100010 | 110001 |
Color Harmonies of #53A864
Complementary color
Monochromatic Colors of #53A864
Black with #53A864
Text Example
Text Example
White with #53A864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A864; }
p { color: rgb(83,168,100); }
H1.HeaderClassName
{
color: #53A864;
}
.AnyTagClassName
{
color: #53A864;
}
</style>
background-color css
<style>
a { background-color: #53A864; }
a { background-color: rgb(83,168,100); }
div.DivClassName
{
background-color: #53A864;
}
.BgClassName
{
background-color: #53A864;
}
</style>
border-color css
<style>
span { border-color: #53A864; }
span { border-color: rgb(83,168,100); }
td.TdClassName
{
border-color: #53A864;
}
.TagClassName
{
border-color: #53A864;
}
</style>