Shades of Chateau Green #519D63
Tints of Chateau Green #519D63
RGB
CMYK
RGB Variations
Color information
#519D63 (or 0x519D63) is known color: Chateau Green. HEX triplet: 51, 9D and 63. RGB value is (81,157,99). Sum of RGB (Red+Green+Blue) = 81+157+99=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 157 (61.72% from 255 or 46.59% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 157 - color contains mainly: green. Hex color #519D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D63 is #AE629C. Grayscale: #7F7F7F. Windows color (decimal): -11428509 or 6528337. OLE color: 6528337.
HSL color Cylindrical-coordinate representation of color #519D63: hue angle of 134.21º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519D63 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 99 | - |
| CMYK | 0.48 | 0 | 0.37 | 0.38 |
| HSL | 134.21º | 0.32% | 0.47% | - |
| HSV(B) | 134.21º | 0.48% | 0.62% | - |
| XYZ | 17.7 | 26.76 | 16.04 | - |
| YUV | 127.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 99 | 0.48 | 0 | 0.37 | 0.38 | 134.21 | 0.32 | 0.47 |
| Hex | 51 | 9D | 63 | 30 | 0 | 25 | 26 | 86 | 20 | 2F |
| Octal | 121 | 235 | 143 | 60 | 0 | 45 | 46 | 206 | 40 | 57 |
| Binary | 1010001 | 10011101 | 1100011 | 110000 | 0 | 100101 | 100110 | 10000110 | 100000 | 101111 |
Color Harmonies of #519D63
Complementary color
Monochromatic Colors of #519D63
Black with #519D63
Text Example
Text Example
White with #519D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D63; }
p { color: rgb(81,157,99); }
H1.HeaderClassName
{
color: #519D63;
}
.AnyTagClassName
{
color: #519D63;
}
</style>
background-color css
<style>
a { background-color: #519D63; }
a { background-color: rgb(81,157,99); }
div.DivClassName
{
background-color: #519D63;
}
.BgClassName
{
background-color: #519D63;
}
</style>
border-color css
<style>
span { border-color: #519D63; }
span { border-color: rgb(81,157,99); }
td.TdClassName
{
border-color: #519D63;
}
.TagClassName
{
border-color: #519D63;
}
</style>