Shades of Chateau Green #519A67
Tints of Chateau Green #519A67
RGB
CMYK
RGB Variations
Color information
#519A67 (or 0x519A67) is known color: Chateau Green. HEX triplet: 51, 9A and 67. RGB value is (81,154,103). Sum of RGB (Red+Green+Blue) = 81+154+103=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 154 (60.55% from 255 or 45.56% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 154 - color contains mainly: green. Hex color #519A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519A67 is #AE6598. Grayscale: #7E7E7E. Windows color (decimal): -11429273 or 6789713. OLE color: 6789713.
HSL color Cylindrical-coordinate representation of color #519A67: hue angle of 138.08º 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 #519A67 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 154 | 103 | - |
| CMYK | 0.47 | 0 | 0.33 | 0.40 |
| HSL | 138.08º | 0.31% | 0.46% | - |
| HSV(B) | 138.08º | 0.47% | 0.6% | - |
| XYZ | 17.4 | 25.84 | 16.9 | - |
| YUV | 126.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 103 | 0.47 | 0 | 0.33 | 0.40 | 138.08 | 0.31 | 0.46 |
| Hex | 51 | 9A | 67 | 2F | 0 | 21 | 28 | 8A | 1F | 2E |
| Octal | 121 | 232 | 147 | 57 | 0 | 41 | 50 | 212 | 37 | 56 |
| Binary | 1010001 | 10011010 | 1100111 | 101111 | 0 | 100001 | 101000 | 10001010 | 11111 | 101110 |
Color Harmonies of #519A67
Complementary color
Monochromatic Colors of #519A67
Black with #519A67
Text Example
Text Example
White with #519A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519A67; }
p { color: rgb(81,154,103); }
H1.HeaderClassName
{
color: #519A67;
}
.AnyTagClassName
{
color: #519A67;
}
</style>
background-color css
<style>
a { background-color: #519A67; }
a { background-color: rgb(81,154,103); }
div.DivClassName
{
background-color: #519A67;
}
.BgClassName
{
background-color: #519A67;
}
</style>
border-color css
<style>
span { border-color: #519A67; }
span { border-color: rgb(81,154,103); }
td.TdClassName
{
border-color: #519A67;
}
.TagClassName
{
border-color: #519A67;
}
</style>