Shades of Chateau Green #519D65
Tints of Chateau Green #519D65
RGB
CMYK
RGB Variations
Color information
#519D65 (or 0x519D65) is known color: Chateau Green. HEX triplet: 51, 9D and 65. RGB value is (81,157,101). Sum of RGB (Red+Green+Blue) = 81+157+101=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 157 - color contains mainly: green. Hex color #519D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519D65 is #AE629A. Grayscale: #808080. Windows color (decimal): -11428507 or 6659409. OLE color: 6659409.
HSL color Cylindrical-coordinate representation of color #519D65: hue angle of 135.79º 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 #519D65 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 81 | 157 | 101 | - |
| CMYK | 0.48 | 0 | 0.36 | 0.38 |
| HSL | 135.79º | 0.32% | 0.47% | - |
| HSV(B) | 135.79º | 0.48% | 0.62% | - |
| XYZ | 17.8 | 26.8 | 16.55 | - |
| YUV | 127.89 | 112.82 | 94.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 157 | 101 | 0.48 | 0 | 0.36 | 0.38 | 135.79 | 0.32 | 0.47 |
| Hex | 51 | 9D | 65 | 30 | 0 | 24 | 26 | 88 | 20 | 2F |
| Octal | 121 | 235 | 145 | 60 | 0 | 44 | 46 | 210 | 40 | 57 |
| Binary | 1010001 | 10011101 | 1100101 | 110000 | 0 | 100100 | 100110 | 10001000 | 100000 | 101111 |
Color Harmonies of #519D65
Complementary color
Monochromatic Colors of #519D65
Black with #519D65
Text Example
Text Example
White with #519D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519D65; }
p { color: rgb(81,157,101); }
H1.HeaderClassName
{
color: #519D65;
}
.AnyTagClassName
{
color: #519D65;
}
</style>
background-color css
<style>
a { background-color: #519D65; }
a { background-color: rgb(81,157,101); }
div.DivClassName
{
background-color: #519D65;
}
.BgClassName
{
background-color: #519D65;
}
</style>
border-color css
<style>
span { border-color: #519D65; }
span { border-color: rgb(81,157,101); }
td.TdClassName
{
border-color: #519D65;
}
.TagClassName
{
border-color: #519D65;
}
</style>