Shades of Chateau Green #519A61
Tints of Chateau Green #519A61
RGB
CMYK
RGB Variations
Color information
#519A61 (or 0x519A61) is known color: Chateau Green. HEX triplet: 51, 9A and 61. RGB value is (81,154,97). Sum of RGB (Red+Green+Blue) = 81+154+97=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 154 (60.55% from 255 or 46.39% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 154 - color contains mainly: green. Hex color #519A61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A61 is #AE659E. Grayscale: #7D7D7D. Windows color (decimal): -11429279 or 6396497. OLE color: 6396497.
HSL color Cylindrical-coordinate representation of color #519A61: hue angle of 133.15º 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 #519A61 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 97 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.40 |
| HSL | 133.15º | 0.31% | 0.46% | - |
| HSV(B) | 133.15º | 0.47% | 0.6% | - |
| XYZ | 17.11 | 25.72 | 15.37 | - |
| YUV | 125.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 97 | 0.47 | 0 | 0.37 | 0.40 | 133.15 | 0.31 | 0.46 |
| Hex | 51 | 9A | 61 | 2F | 0 | 25 | 28 | 85 | 1F | 2E |
| Octal | 121 | 232 | 141 | 57 | 0 | 45 | 50 | 205 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1100001 | 101111 | 0 | 100101 | 101000 | 10000101 | 11111 | 101110 |
Color Harmonies of #519A61
Complementary color
Monochromatic Colors of #519A61
Black with #519A61
Text Example
Text Example
White with #519A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A61; }
p { color: rgb(81,154,97); }
H1.HeaderClassName
{
color: #519A61;
}
.AnyTagClassName
{
color: #519A61;
}
</style>
background-color css
<style>
a { background-color: #519A61; }
a { background-color: rgb(81,154,97); }
div.DivClassName
{
background-color: #519A61;
}
.BgClassName
{
background-color: #519A61;
}
</style>
border-color css
<style>
span { border-color: #519A61; }
span { border-color: rgb(81,154,97); }
td.TdClassName
{
border-color: #519A61;
}
.TagClassName
{
border-color: #519A61;
}
</style>