Shades of Chateau Green #51935C
Tints of Chateau Green #51935C
RGB
CMYK
RGB Variations
Color information
#51935C (or 0x51935C) is known color: Chateau Green. HEX triplet: 51, 93 and 5C. RGB value is (81,147,92). Sum of RGB (Red+Green+Blue) = 81+147+92=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #51935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51935C is #AE6CA3. Grayscale: #797979. Windows color (decimal): -11431076 or 6067025. OLE color: 6067025.
HSL color Cylindrical-coordinate representation of color #51935C: hue angle of 130º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51935C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 147 | 92 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.42 |
| HSL | 130º | 0.29% | 0.45% | - |
| HSV(B) | 130º | 0.45% | 0.58% | - |
| XYZ | 15.76 | 23.39 | 13.81 | - |
| YUV | 121 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 147 | 92 | 0.45 | 0 | 0.37 | 0.42 | 130 | 0.29 | 0.45 |
| Hex | 51 | 93 | 5C | 2D | 0 | 25 | 2A | 82 | 1D | 2D |
| Octal | 121 | 223 | 134 | 55 | 0 | 45 | 52 | 202 | 35 | 55 |
| Binary | 1010001 | 10010011 | 1011100 | 101101 | 0 | 100101 | 101010 | 10000010 | 11101 | 101101 |
Color Harmonies of #51935C
Complementary color
Monochromatic Colors of #51935C
Black with #51935C
Text Example
Text Example
White with #51935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51935C; }
p { color: rgb(81,147,92); }
H1.HeaderClassName
{
color: #51935C;
}
.AnyTagClassName
{
color: #51935C;
}
</style>
background-color css
<style>
a { background-color: #51935C; }
a { background-color: rgb(81,147,92); }
div.DivClassName
{
background-color: #51935C;
}
.BgClassName
{
background-color: #51935C;
}
</style>
border-color css
<style>
span { border-color: #51935C; }
span { border-color: rgb(81,147,92); }
td.TdClassName
{
border-color: #51935C;
}
.TagClassName
{
border-color: #51935C;
}
</style>