Shades of Chateau Green #519C60
Tints of Chateau Green #519C60
RGB
CMYK
RGB Variations
Color information
#519C60 (or 0x519C60) is known color: Chateau Green. HEX triplet: 51, 9C and 60. RGB value is (81,156,96). Sum of RGB (Red+Green+Blue) = 81+156+96=333 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.32% from 333); Green value is 156 (61.33% from 255 or 46.85% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 156 - color contains mainly: green. Hex color #519C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519C60 is #AE639F. Grayscale: #7E7E7E. Windows color (decimal): -11428768 or 6331473. OLE color: 6331473.
HSL color Cylindrical-coordinate representation of color #519C60: hue angle of 132º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #519C60 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 81 | 156 | 96 | - |
| CMYK | 0.48 | 0 | 0.38 | 0.39 |
| HSL | 132º | 0.32% | 0.46% | - |
| HSV(B) | 132º | 0.48% | 0.61% | - |
| XYZ | 17.39 | 26.37 | 15.24 | - |
| YUV | 126.74 | 110.65 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 156 | 96 | 0.48 | 0 | 0.38 | 0.39 | 132 | 0.32 | 0.46 |
| Hex | 51 | 9C | 60 | 30 | 0 | 26 | 27 | 84 | 20 | 2E |
| Octal | 121 | 234 | 140 | 60 | 0 | 46 | 47 | 204 | 40 | 56 |
| Binary | 1010001 | 10011100 | 1100000 | 110000 | 0 | 100110 | 100111 | 10000100 | 100000 | 101110 |
Color Harmonies of #519C60
Complementary color
Monochromatic Colors of #519C60
Black with #519C60
Text Example
Text Example
White with #519C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519C60; }
p { color: rgb(81,156,96); }
H1.HeaderClassName
{
color: #519C60;
}
.AnyTagClassName
{
color: #519C60;
}
</style>
background-color css
<style>
a { background-color: #519C60; }
a { background-color: rgb(81,156,96); }
div.DivClassName
{
background-color: #519C60;
}
.BgClassName
{
background-color: #519C60;
}
</style>
border-color css
<style>
span { border-color: #519C60; }
span { border-color: rgb(81,156,96); }
td.TdClassName
{
border-color: #519C60;
}
.TagClassName
{
border-color: #519C60;
}
</style>