Shades of Chateau Green #559C62
Tints of Chateau Green #559C62
RGB
CMYK
RGB Variations
Color information
#559C62 (or 0x559C62) is known color: Chateau Green. HEX triplet: 55, 9C and 62. RGB value is (85,156,98). Sum of RGB (Red+Green+Blue) = 85+156+98=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #559C62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C62 is #AA639D. Grayscale: #808080. Windows color (decimal): -11166622 or 6462549. OLE color: 6462549.
HSL color Cylindrical-coordinate representation of color #559C62: hue angle of 130.99º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C62 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 98 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.39 |
| HSL | 130.99º | 0.29% | 0.47% | - |
| HSV(B) | 130.99º | 0.46% | 0.61% | - |
| XYZ | 17.84 | 26.59 | 15.75 | - |
| YUV | 128.16 | 110.98 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 98 | 0.46 | 0 | 0.37 | 0.39 | 130.99 | 0.29 | 0.47 |
| Hex | 55 | 9C | 62 | 2E | 0 | 25 | 27 | 83 | 1D | 2F |
| Octal | 125 | 234 | 142 | 56 | 0 | 45 | 47 | 203 | 35 | 57 |
| Binary | 1010101 | 10011100 | 1100010 | 101110 | 0 | 100101 | 100111 | 10000011 | 11101 | 101111 |
Color Harmonies of #559C62
Complementary color
Monochromatic Colors of #559C62
Black with #559C62
Text Example
Text Example
White with #559C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C62; }
p { color: rgb(85,156,98); }
H1.HeaderClassName
{
color: #559C62;
}
.AnyTagClassName
{
color: #559C62;
}
</style>
background-color css
<style>
a { background-color: #559C62; }
a { background-color: rgb(85,156,98); }
div.DivClassName
{
background-color: #559C62;
}
.BgClassName
{
background-color: #559C62;
}
</style>
border-color css
<style>
span { border-color: #559C62; }
span { border-color: rgb(85,156,98); }
td.TdClassName
{
border-color: #559C62;
}
.TagClassName
{
border-color: #559C62;
}
</style>