Shades of Chateau Green #53925F
Tints of Chateau Green #53925F
RGB
CMYK
RGB Variations
Color information
#53925F (or 0x53925F) is known color: Chateau Green. HEX triplet: 53, 92 and 5F. RGB value is (83,146,95). Sum of RGB (Red+Green+Blue) = 83+146+95=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #53925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53925F is #AC6DA0. Grayscale: #797979. Windows color (decimal): -11300257 or 6263379. OLE color: 6263379.
HSL color Cylindrical-coordinate representation of color #53925F: hue angle of 131.43º 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 #53925F is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 95 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.43 |
| HSL | 131.43º | 0.28% | 0.45% | - |
| HSV(B) | 131.43º | 0.43% | 0.57% | - |
| XYZ | 15.91 | 23.22 | 14.47 | - |
| YUV | 121.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 95 | 0.43 | 0 | 0.35 | 0.43 | 131.43 | 0.28 | 0.45 |
| Hex | 53 | 92 | 5F | 2B | 0 | 23 | 2B | 83 | 1C | 2D |
| Octal | 123 | 222 | 137 | 53 | 0 | 43 | 53 | 203 | 34 | 55 |
| Binary | 1010011 | 10010010 | 1011111 | 101011 | 0 | 100011 | 101011 | 10000011 | 11100 | 101101 |
Color Harmonies of #53925F
Complementary color
Monochromatic Colors of #53925F
Black with #53925F
Text Example
Text Example
White with #53925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53925F; }
p { color: rgb(83,146,95); }
H1.HeaderClassName
{
color: #53925F;
}
.AnyTagClassName
{
color: #53925F;
}
</style>
background-color css
<style>
a { background-color: #53925F; }
a { background-color: rgb(83,146,95); }
div.DivClassName
{
background-color: #53925F;
}
.BgClassName
{
background-color: #53925F;
}
</style>
border-color css
<style>
span { border-color: #53925F; }
span { border-color: rgb(83,146,95); }
td.TdClassName
{
border-color: #53925F;
}
.TagClassName
{
border-color: #53925F;
}
</style>