Shades of Chateau Green #518E5D
Tints of Chateau Green #518E5D
RGB
CMYK
RGB Variations
Color information
#518E5D (or 0x518E5D) is known color: Chateau Green. HEX triplet: 51, 8E and 5D. RGB value is (81,142,93). Sum of RGB (Red+Green+Blue) = 81+142+93=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #518E5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E5D is #AE71A2. Grayscale: #767676. Windows color (decimal): -11432355 or 6131281. OLE color: 6131281.
HSL color Cylindrical-coordinate representation of color #518E5D: hue angle of 131.8º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E5D is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 93 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.44 |
| HSL | 131.8º | 0.27% | 0.44% | - |
| HSV(B) | 131.8º | 0.43% | 0.56% | - |
| XYZ | 15.04 | 21.89 | 13.79 | - |
| YUV | 118.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 93 | 0.43 | 0 | 0.35 | 0.44 | 131.8 | 0.27 | 0.44 |
| Hex | 51 | 8E | 5D | 2B | 0 | 23 | 2C | 84 | 1B | 2C |
| Octal | 121 | 216 | 135 | 53 | 0 | 43 | 54 | 204 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1011101 | 101011 | 0 | 100011 | 101100 | 10000100 | 11011 | 101100 |
Color Harmonies of #518E5D
Complementary color
Monochromatic Colors of #518E5D
Black with #518E5D
Text Example
Text Example
White with #518E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E5D; }
p { color: rgb(81,142,93); }
H1.HeaderClassName
{
color: #518E5D;
}
.AnyTagClassName
{
color: #518E5D;
}
</style>
background-color css
<style>
a { background-color: #518E5D; }
a { background-color: rgb(81,142,93); }
div.DivClassName
{
background-color: #518E5D;
}
.BgClassName
{
background-color: #518E5D;
}
</style>
border-color css
<style>
span { border-color: #518E5D; }
span { border-color: rgb(81,142,93); }
td.TdClassName
{
border-color: #518E5D;
}
.TagClassName
{
border-color: #518E5D;
}
</style>