Shades of Chateau Green #559861
Tints of Chateau Green #559861
RGB
CMYK
RGB Variations
Color information
#559861 (or 0x559861) is known color: Chateau Green. HEX triplet: 55, 98 and 61. RGB value is (85,152,97). Sum of RGB (Red+Green+Blue) = 85+152+97=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #559861 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559861 is #AA679E. Grayscale: #7D7D7D. Windows color (decimal): -11167647 or 6395989. OLE color: 6395989.
HSL color Cylindrical-coordinate representation of color #559861: hue angle of 130.75º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559861 is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 85 | 152 | 97 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.40 |
| HSL | 130.75º | 0.28% | 0.46% | - |
| HSV(B) | 130.75º | 0.44% | 0.6% | - |
| XYZ | 17.13 | 25.25 | 15.28 | - |
| YUV | 125.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 152 | 97 | 0.44 | 0 | 0.36 | 0.40 | 130.75 | 0.28 | 0.46 |
| Hex | 55 | 98 | 61 | 2C | 0 | 24 | 28 | 83 | 1C | 2E |
| Octal | 125 | 230 | 141 | 54 | 0 | 44 | 50 | 203 | 34 | 56 |
| Binary | 1010101 | 10011000 | 1100001 | 101100 | 0 | 100100 | 101000 | 10000011 | 11100 | 101110 |
Color Harmonies of #559861
Complementary color
Monochromatic Colors of #559861
Black with #559861
Text Example
Text Example
White with #559861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559861; }
p { color: rgb(85,152,97); }
H1.HeaderClassName
{
color: #559861;
}
.AnyTagClassName
{
color: #559861;
}
</style>
background-color css
<style>
a { background-color: #559861; }
a { background-color: rgb(85,152,97); }
div.DivClassName
{
background-color: #559861;
}
.BgClassName
{
background-color: #559861;
}
</style>
border-color css
<style>
span { border-color: #559861; }
span { border-color: rgb(85,152,97); }
td.TdClassName
{
border-color: #559861;
}
.TagClassName
{
border-color: #559861;
}
</style>