Shades of Chateau Green #53905F
Tints of Chateau Green #53905F
RGB
CMYK
RGB Variations
Color information
#53905F (or 0x53905F) is known color: Chateau Green. HEX triplet: 53, 90 and 5F. RGB value is (83,144,95). Sum of RGB (Red+Green+Blue) = 83+144+95=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #53905F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53905F is #AC6FA0. Grayscale: #787878. Windows color (decimal): -11300769 or 6262867. OLE color: 6262867.
HSL color Cylindrical-coordinate representation of color #53905F: hue angle of 131.8º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53905F is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 144 | 95 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.44 |
| HSL | 131.8º | 0.27% | 0.45% | - |
| HSV(B) | 131.8º | 0.42% | 0.56% | - |
| XYZ | 15.61 | 22.61 | 14.37 | - |
| YUV | 120.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 95 | 0.42 | 0 | 0.34 | 0.44 | 131.8 | 0.27 | 0.45 |
| Hex | 53 | 90 | 5F | 2A | 0 | 22 | 2C | 84 | 1B | 2D |
| Octal | 123 | 220 | 137 | 52 | 0 | 42 | 54 | 204 | 33 | 55 |
| Binary | 1010011 | 10010000 | 1011111 | 101010 | 0 | 100010 | 101100 | 10000100 | 11011 | 101101 |
Color Harmonies of #53905F
Complementary color
Monochromatic Colors of #53905F
Black with #53905F
Text Example
Text Example
White with #53905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53905F; }
p { color: rgb(83,144,95); }
H1.HeaderClassName
{
color: #53905F;
}
.AnyTagClassName
{
color: #53905F;
}
</style>
background-color css
<style>
a { background-color: #53905F; }
a { background-color: rgb(83,144,95); }
div.DivClassName
{
background-color: #53905F;
}
.BgClassName
{
background-color: #53905F;
}
</style>
border-color css
<style>
span { border-color: #53905F; }
span { border-color: rgb(83,144,95); }
td.TdClassName
{
border-color: #53905F;
}
.TagClassName
{
border-color: #53905F;
}
</style>