Shades of Chateau Green #519965
Tints of Chateau Green #519965
RGB
CMYK
RGB Variations
Color information
#519965 (or 0x519965) is known color: Chateau Green. HEX triplet: 51, 99 and 65. RGB value is (81,153,101). Sum of RGB (Red+Green+Blue) = 81+153+101=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #519965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519965 is #AE669A. Grayscale: #7D7D7D. Windows color (decimal): -11429531 or 6658385. OLE color: 6658385.
HSL color Cylindrical-coordinate representation of color #519965: hue angle of 136.67º degrees, saturation: 0.31, 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 #519965 is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 101 | - |
| CMYK | 0.47 | 0 | 0.34 | 0.4 |
| HSL | 136.67º | 0.31% | 0.46% | - |
| HSV(B) | 136.67º | 0.47% | 0.6% | - |
| XYZ | 17.13 | 25.47 | 16.33 | - |
| YUV | 125.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 101 | 0.47 | 0 | 0.34 | 0.4 | 136.67 | 0.31 | 0.46 |
| Hex | 51 | 99 | 65 | 2F | 0 | 22 | 28 | 89 | 1F | 2E |
| Octal | 121 | 231 | 145 | 57 | 0 | 42 | 50 | 211 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1100101 | 101111 | 0 | 100010 | 101000 | 10001001 | 11111 | 101110 |
Color Harmonies of #519965
Complementary color
Monochromatic Colors of #519965
Black with #519965
Text Example
Text Example
White with #519965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519965; }
p { color: rgb(81,153,101); }
H1.HeaderClassName
{
color: #519965;
}
.AnyTagClassName
{
color: #519965;
}
</style>
background-color css
<style>
a { background-color: #519965; }
a { background-color: rgb(81,153,101); }
div.DivClassName
{
background-color: #519965;
}
.BgClassName
{
background-color: #519965;
}
</style>
border-color css
<style>
span { border-color: #519965; }
span { border-color: rgb(81,153,101); }
td.TdClassName
{
border-color: #519965;
}
.TagClassName
{
border-color: #519965;
}
</style>