Shades of Chateau Green #559B62
Tints of Chateau Green #559B62
RGB
CMYK
RGB Variations
Color information
#559B62 (or 0x559B62) is known color: Chateau Green. HEX triplet: 55, 9B and 62. RGB value is (85,155,98). Sum of RGB (Red+Green+Blue) = 85+155+98=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #559B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B62 is #AA649D. Grayscale: #7F7F7F. Windows color (decimal): -11166878 or 6462293. OLE color: 6462293.
HSL color Cylindrical-coordinate representation of color #559B62: hue angle of 131.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559B62 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 155 | 98 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.39 |
| HSL | 131.14º | 0.29% | 0.47% | - |
| HSV(B) | 131.14º | 0.45% | 0.61% | - |
| XYZ | 17.67 | 26.26 | 15.69 | - |
| YUV | 127.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 98 | 0.45 | 0 | 0.37 | 0.39 | 131.14 | 0.29 | 0.47 |
| Hex | 55 | 9B | 62 | 2D | 0 | 25 | 27 | 83 | 1D | 2F |
| Octal | 125 | 233 | 142 | 55 | 0 | 45 | 47 | 203 | 35 | 57 |
| Binary | 1010101 | 10011011 | 1100010 | 101101 | 0 | 100101 | 100111 | 10000011 | 11101 | 101111 |
Color Harmonies of #559B62
Complementary color
Monochromatic Colors of #559B62
Black with #559B62
Text Example
Text Example
White with #559B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559B62; }
p { color: rgb(85,155,98); }
H1.HeaderClassName
{
color: #559B62;
}
.AnyTagClassName
{
color: #559B62;
}
</style>
background-color css
<style>
a { background-color: #559B62; }
a { background-color: rgb(85,155,98); }
div.DivClassName
{
background-color: #559B62;
}
.BgClassName
{
background-color: #559B62;
}
</style>
border-color css
<style>
span { border-color: #559B62; }
span { border-color: rgb(85,155,98); }
td.TdClassName
{
border-color: #559B62;
}
.TagClassName
{
border-color: #559B62;
}
</style>