Shades of Chateau Green #51915D
Tints of Chateau Green #51915D
RGB
CMYK
RGB Variations
Color information
#51915D (or 0x51915D) is known color: Chateau Green. HEX triplet: 51, 91 and 5D. RGB value is (81,145,93). Sum of RGB (Red+Green+Blue) = 81+145+93=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #51915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51915D is #AE6EA2. Grayscale: #787878. Windows color (decimal): -11431587 or 6132049. OLE color: 6132049.
HSL color Cylindrical-coordinate representation of color #51915D: hue angle of 131.25º 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 #51915D is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 93 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.43 |
| HSL | 131.25º | 0.28% | 0.44% | - |
| HSV(B) | 131.25º | 0.44% | 0.57% | - |
| XYZ | 15.49 | 22.79 | 13.94 | - |
| YUV | 119.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 93 | 0.44 | 0 | 0.36 | 0.43 | 131.25 | 0.28 | 0.44 |
| Hex | 51 | 91 | 5D | 2C | 0 | 24 | 2B | 83 | 1C | 2C |
| Octal | 121 | 221 | 135 | 54 | 0 | 44 | 53 | 203 | 34 | 54 |
| Binary | 1010001 | 10010001 | 1011101 | 101100 | 0 | 100100 | 101011 | 10000011 | 11100 | 101100 |
Color Harmonies of #51915D
Complementary color
Monochromatic Colors of #51915D
Black with #51915D
Text Example
Text Example
White with #51915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51915D; }
p { color: rgb(81,145,93); }
H1.HeaderClassName
{
color: #51915D;
}
.AnyTagClassName
{
color: #51915D;
}
</style>
background-color css
<style>
a { background-color: #51915D; }
a { background-color: rgb(81,145,93); }
div.DivClassName
{
background-color: #51915D;
}
.BgClassName
{
background-color: #51915D;
}
</style>
border-color css
<style>
span { border-color: #51915D; }
span { border-color: rgb(81,145,93); }
td.TdClassName
{
border-color: #51915D;
}
.TagClassName
{
border-color: #51915D;
}
</style>