Shades of Chateau Green #53925E
Tints of Chateau Green #53925E
RGB
CMYK
RGB Variations
Color information
#53925E (or 0x53925E) is known color: Chateau Green. HEX triplet: 53, 92 and 5E. RGB value is (83,146,94). Sum of RGB (Red+Green+Blue) = 83+146+94=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 146 (57.42% from 255 or 45.20% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 146 - color contains mainly: green. Hex color #53925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53925E is #AC6DA1. Grayscale: #797979. Windows color (decimal): -11300258 or 6197843. OLE color: 6197843.
HSL color Cylindrical-coordinate representation of color #53925E: hue angle of 130.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53925E is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 94 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.43 |
| HSL | 130.48º | 0.28% | 0.45% | - |
| HSV(B) | 130.48º | 0.43% | 0.57% | - |
| XYZ | 15.87 | 23.2 | 14.23 | - |
| YUV | 121.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 94 | 0.43 | 0 | 0.36 | 0.43 | 130.48 | 0.28 | 0.45 |
| Hex | 53 | 92 | 5E | 2B | 0 | 24 | 2B | 82 | 1C | 2D |
| Octal | 123 | 222 | 136 | 53 | 0 | 44 | 53 | 202 | 34 | 55 |
| Binary | 1010011 | 10010010 | 1011110 | 101011 | 0 | 100100 | 101011 | 10000010 | 11100 | 101101 |
Color Harmonies of #53925E
Complementary color
Monochromatic Colors of #53925E
Black with #53925E
Text Example
Text Example
White with #53925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53925E; }
p { color: rgb(83,146,94); }
H1.HeaderClassName
{
color: #53925E;
}
.AnyTagClassName
{
color: #53925E;
}
</style>
background-color css
<style>
a { background-color: #53925E; }
a { background-color: rgb(83,146,94); }
div.DivClassName
{
background-color: #53925E;
}
.BgClassName
{
background-color: #53925E;
}
</style>
border-color css
<style>
span { border-color: #53925E; }
span { border-color: rgb(83,146,94); }
td.TdClassName
{
border-color: #53925E;
}
.TagClassName
{
border-color: #53925E;
}
</style>