Shades of Chateau Green #51925D
Tints of Chateau Green #51925D
RGB
CMYK
RGB Variations
Color information
#51925D (or 0x51925D) is known color: Chateau Green. HEX triplet: 51, 92 and 5D. RGB value is (81,146,93). Sum of RGB (Red+Green+Blue) = 81+146+93=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #51925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51925D is #AE6DA2. Grayscale: #787878. Windows color (decimal): -11431331 or 6132305. OLE color: 6132305.
HSL color Cylindrical-coordinate representation of color #51925D: hue angle of 131.08º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51925D is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 146 | 93 | - |
| CMYK | 0.45 | 0 | 0.36 | 0.43 |
| HSL | 131.08º | 0.29% | 0.45% | - |
| HSV(B) | 131.08º | 0.45% | 0.57% | - |
| XYZ | 15.65 | 23.1 | 13.99 | - |
| YUV | 120.52 | 112.47 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 93 | 0.45 | 0 | 0.36 | 0.43 | 131.08 | 0.29 | 0.45 |
| Hex | 51 | 92 | 5D | 2D | 0 | 24 | 2B | 83 | 1D | 2D |
| Octal | 121 | 222 | 135 | 55 | 0 | 44 | 53 | 203 | 35 | 55 |
| Binary | 1010001 | 10010010 | 1011101 | 101101 | 0 | 100100 | 101011 | 10000011 | 11101 | 101101 |
Color Harmonies of #51925D
Complementary color
Monochromatic Colors of #51925D
Black with #51925D
Text Example
Text Example
White with #51925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51925D; }
p { color: rgb(81,146,93); }
H1.HeaderClassName
{
color: #51925D;
}
.AnyTagClassName
{
color: #51925D;
}
</style>
background-color css
<style>
a { background-color: #51925D; }
a { background-color: rgb(81,146,93); }
div.DivClassName
{
background-color: #51925D;
}
.BgClassName
{
background-color: #51925D;
}
</style>
border-color css
<style>
span { border-color: #51925D; }
span { border-color: rgb(81,146,93); }
td.TdClassName
{
border-color: #51925D;
}
.TagClassName
{
border-color: #51925D;
}
</style>