Shades of Chateau Green #559565
Tints of Chateau Green #559565
RGB
CMYK
RGB Variations
Color information
#559565 (or 0x559565) is known color: Chateau Green. HEX triplet: 55, 95 and 65. RGB value is (85,149,101). Sum of RGB (Red+Green+Blue) = 85+149+101=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #559565 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559565 is #AA6A9A. Grayscale: #7C7C7C. Windows color (decimal): -11168411 or 6657365. OLE color: 6657365.
HSL color Cylindrical-coordinate representation of color #559565: hue angle of 135º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559565 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 85 | 149 | 101 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.42 |
| HSL | 135º | 0.27% | 0.46% | - |
| HSV(B) | 135º | 0.43% | 0.58% | - |
| XYZ | 16.84 | 24.37 | 16.13 | - |
| YUV | 124.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 149 | 101 | 0.43 | 0 | 0.32 | 0.42 | 135 | 0.27 | 0.46 |
| Hex | 55 | 95 | 65 | 2B | 0 | 20 | 2A | 87 | 1B | 2E |
| Octal | 125 | 225 | 145 | 53 | 0 | 40 | 52 | 207 | 33 | 56 |
| Binary | 1010101 | 10010101 | 1100101 | 101011 | 0 | 100000 | 101010 | 10000111 | 11011 | 101110 |
Color Harmonies of #559565
Complementary color
Monochromatic Colors of #559565
Black with #559565
Text Example
Text Example
White with #559565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559565; }
p { color: rgb(85,149,101); }
H1.HeaderClassName
{
color: #559565;
}
.AnyTagClassName
{
color: #559565;
}
</style>
background-color css
<style>
a { background-color: #559565; }
a { background-color: rgb(85,149,101); }
div.DivClassName
{
background-color: #559565;
}
.BgClassName
{
background-color: #559565;
}
</style>
border-color css
<style>
span { border-color: #559565; }
span { border-color: rgb(85,149,101); }
td.TdClassName
{
border-color: #559565;
}
.TagClassName
{
border-color: #559565;
}
</style>