Shades of Chateau Green #519863
Tints of Chateau Green #519863
RGB
CMYK
RGB Variations
Color information
#519863 (or 0x519863) is known color: Chateau Green. HEX triplet: 51, 98 and 63. RGB value is (81,152,99). Sum of RGB (Red+Green+Blue) = 81+152+99=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #519863 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519863 is #AE679C. Grayscale: #7C7C7C. Windows color (decimal): -11429789 or 6527057. OLE color: 6527057.
HSL color Cylindrical-coordinate representation of color #519863: hue angle of 135.21º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #519863 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 152 | 99 | - |
| CMYK | 0.47 | 0 | 0.35 | 0.40 |
| HSL | 135.21º | 0.3% | 0.46% | - |
| HSV(B) | 135.21º | 0.47% | 0.6% | - |
| XYZ | 16.87 | 25.11 | 15.76 | - |
| YUV | 124.73 | 113.48 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 99 | 0.47 | 0 | 0.35 | 0.40 | 135.21 | 0.3 | 0.46 |
| Hex | 51 | 98 | 63 | 2F | 0 | 23 | 28 | 87 | 1E | 2E |
| Octal | 121 | 230 | 143 | 57 | 0 | 43 | 50 | 207 | 36 | 56 |
| Binary | 1010001 | 10011000 | 1100011 | 101111 | 0 | 100011 | 101000 | 10000111 | 11110 | 101110 |
Color Harmonies of #519863
Complementary color
Monochromatic Colors of #519863
Black with #519863
Text Example
Text Example
White with #519863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519863; }
p { color: rgb(81,152,99); }
H1.HeaderClassName
{
color: #519863;
}
.AnyTagClassName
{
color: #519863;
}
</style>
background-color css
<style>
a { background-color: #519863; }
a { background-color: rgb(81,152,99); }
div.DivClassName
{
background-color: #519863;
}
.BgClassName
{
background-color: #519863;
}
</style>
border-color css
<style>
span { border-color: #519863; }
span { border-color: rgb(81,152,99); }
td.TdClassName
{
border-color: #519863;
}
.TagClassName
{
border-color: #519863;
}
</style>