Shades of Chateau Green #519161
Tints of Chateau Green #519161
RGB
CMYK
RGB Variations
Color information
#519161 (or 0x519161) is known color: Chateau Green. HEX triplet: 51, 91 and 61. RGB value is (81,145,97). Sum of RGB (Red+Green+Blue) = 81+145+97=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #519161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519161 is #AE6E9E. Grayscale: #787878. Windows color (decimal): -11431583 or 6394193. OLE color: 6394193.
HSL color Cylindrical-coordinate representation of color #519161: hue angle of 135º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519161 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 97 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.43 |
| HSL | 135º | 0.28% | 0.44% | - |
| HSV(B) | 135º | 0.44% | 0.57% | - |
| XYZ | 15.68 | 22.86 | 14.9 | - |
| YUV | 120.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 97 | 0.44 | 0 | 0.33 | 0.43 | 135 | 0.28 | 0.44 |
| Hex | 51 | 91 | 61 | 2C | 0 | 21 | 2B | 87 | 1C | 2C |
| Octal | 121 | 221 | 141 | 54 | 0 | 41 | 53 | 207 | 34 | 54 |
| Binary | 1010001 | 10010001 | 1100001 | 101100 | 0 | 100001 | 101011 | 10000111 | 11100 | 101100 |
Color Harmonies of #519161
Complementary color
Monochromatic Colors of #519161
Black with #519161
Text Example
Text Example
White with #519161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519161; }
p { color: rgb(81,145,97); }
H1.HeaderClassName
{
color: #519161;
}
.AnyTagClassName
{
color: #519161;
}
</style>
background-color css
<style>
a { background-color: #519161; }
a { background-color: rgb(81,145,97); }
div.DivClassName
{
background-color: #519161;
}
.BgClassName
{
background-color: #519161;
}
</style>
border-color css
<style>
span { border-color: #519161; }
span { border-color: rgb(81,145,97); }
td.TdClassName
{
border-color: #519161;
}
.TagClassName
{
border-color: #519161;
}
</style>