Shades of Chateau Green #539F61
Tints of Chateau Green #539F61
RGB
CMYK
RGB Variations
Color information
#539F61 (or 0x539F61) is known color: Chateau Green. HEX triplet: 53, 9F and 61. RGB value is (83,159,97). Sum of RGB (Red+Green+Blue) = 83+159+97=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #539F61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F61 is #AC609E. Grayscale: #818181. Windows color (decimal): -11296927 or 6397779. OLE color: 6397779.
HSL color Cylindrical-coordinate representation of color #539F61: hue angle of 131.05º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F61 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 83 | 159 | 97 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.38 |
| HSL | 131.05º | 0.31% | 0.47% | - |
| HSV(B) | 131.05º | 0.48% | 0.62% | - |
| XYZ | 18.12 | 27.5 | 15.66 | - |
| YUV | 129.21 | 109.82 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 97 | 0.48 | 0 | 0.39 | 0.38 | 131.05 | 0.31 | 0.47 |
| Hex | 53 | 9F | 61 | 30 | 0 | 27 | 26 | 83 | 1F | 2F |
| Octal | 123 | 237 | 141 | 60 | 0 | 47 | 46 | 203 | 37 | 57 |
| Binary | 1010011 | 10011111 | 1100001 | 110000 | 0 | 100111 | 100110 | 10000011 | 11111 | 101111 |
Color Harmonies of #539F61
Complementary color
Monochromatic Colors of #539F61
Black with #539F61
Text Example
Text Example
White with #539F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539F61; }
p { color: rgb(83,159,97); }
H1.HeaderClassName
{
color: #539F61;
}
.AnyTagClassName
{
color: #539F61;
}
</style>
background-color css
<style>
a { background-color: #539F61; }
a { background-color: rgb(83,159,97); }
div.DivClassName
{
background-color: #539F61;
}
.BgClassName
{
background-color: #539F61;
}
</style>
border-color css
<style>
span { border-color: #539F61; }
span { border-color: rgb(83,159,97); }
td.TdClassName
{
border-color: #539F61;
}
.TagClassName
{
border-color: #539F61;
}
</style>