Shades of Chateau Green #559666
Tints of Chateau Green #559666
RGB
CMYK
RGB Variations
Color information
#559666 (or 0x559666) is known color: Chateau Green. HEX triplet: 55, 96 and 66. RGB value is (85,150,102). Sum of RGB (Red+Green+Blue) = 85+150+102=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 150 - color contains mainly: green. Hex color #559666 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559666 is #AA6999. Grayscale: #7D7D7D. Windows color (decimal): -11168154 or 6723157. OLE color: 6723157.
HSL color Cylindrical-coordinate representation of color #559666: hue angle of 135.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559666 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 85 | 150 | 102 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.41 |
| HSL | 135.69º | 0.28% | 0.46% | - |
| HSV(B) | 135.69º | 0.43% | 0.59% | - |
| XYZ | 17.05 | 24.7 | 16.44 | - |
| YUV | 125.09 | 114.97 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 150 | 102 | 0.43 | 0 | 0.32 | 0.41 | 135.69 | 0.28 | 0.46 |
| Hex | 55 | 96 | 66 | 2B | 0 | 20 | 29 | 88 | 1C | 2E |
| Octal | 125 | 226 | 146 | 53 | 0 | 40 | 51 | 210 | 34 | 56 |
| Binary | 1010101 | 10010110 | 1100110 | 101011 | 0 | 100000 | 101001 | 10001000 | 11100 | 101110 |
Color Harmonies of #559666
Complementary color
Monochromatic Colors of #559666
Black with #559666
Text Example
Text Example
White with #559666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559666; }
p { color: rgb(85,150,102); }
H1.HeaderClassName
{
color: #559666;
}
.AnyTagClassName
{
color: #559666;
}
</style>
background-color css
<style>
a { background-color: #559666; }
a { background-color: rgb(85,150,102); }
div.DivClassName
{
background-color: #559666;
}
.BgClassName
{
background-color: #559666;
}
</style>
border-color css
<style>
span { border-color: #559666; }
span { border-color: rgb(85,150,102); }
td.TdClassName
{
border-color: #559666;
}
.TagClassName
{
border-color: #559666;
}
</style>