Shades of Chateau Green #519966
Tints of Chateau Green #519966
RGB
CMYK
RGB Variations
Color information
#519966 (or 0x519966) is known color: Chateau Green. HEX triplet: 51, 99 and 66. RGB value is (81,153,102). Sum of RGB (Red+Green+Blue) = 81+153+102=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #519966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519966 is #AE6699. Grayscale: #7D7D7D. Windows color (decimal): -11429530 or 6723921. OLE color: 6723921.
HSL color Cylindrical-coordinate representation of color #519966: hue angle of 137.5º 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 #519966 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 81 | 153 | 102 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.4 |
| HSL | 137.5º | 0.31% | 0.46% | - |
| HSV(B) | 137.5º | 0.47% | 0.6% | - |
| XYZ | 17.18 | 25.49 | 16.59 | - |
| YUV | 125.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 153 | 102 | 0.47 | 0 | 0.33 | 0.4 | 137.5 | 0.31 | 0.46 |
| Hex | 51 | 99 | 66 | 2F | 0 | 21 | 28 | 8A | 1F | 2E |
| Octal | 121 | 231 | 146 | 57 | 0 | 41 | 50 | 212 | 37 | 56 |
| Binary | 1010001 | 10011001 | 1100110 | 101111 | 0 | 100001 | 101000 | 10001010 | 11111 | 101110 |
Color Harmonies of #519966
Complementary color
Monochromatic Colors of #519966
Black with #519966
Text Example
Text Example
White with #519966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519966; }
p { color: rgb(81,153,102); }
H1.HeaderClassName
{
color: #519966;
}
.AnyTagClassName
{
color: #519966;
}
</style>
background-color css
<style>
a { background-color: #519966; }
a { background-color: rgb(81,153,102); }
div.DivClassName
{
background-color: #519966;
}
.BgClassName
{
background-color: #519966;
}
</style>
border-color css
<style>
span { border-color: #519966; }
span { border-color: rgb(81,153,102); }
td.TdClassName
{
border-color: #519966;
}
.TagClassName
{
border-color: #519966;
}
</style>