Shades of Chateau Green #559D63
Tints of Chateau Green #559D63
RGB
CMYK
RGB Variations
Color information
#559D63 (or 0x559D63) is known color: Chateau Green. HEX triplet: 55, 9D and 63. RGB value is (85,157,99). Sum of RGB (Red+Green+Blue) = 85+157+99=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #559D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559D63 is #AA629C. Grayscale: #818181. Windows color (decimal): -11166365 or 6528341. OLE color: 6528341.
HSL color Cylindrical-coordinate representation of color #559D63: hue angle of 131.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D63 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 99 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.38 |
| HSL | 131.67º | 0.3% | 0.47% | - |
| HSV(B) | 131.67º | 0.46% | 0.62% | - |
| XYZ | 18.06 | 26.95 | 16.05 | - |
| YUV | 128.86 | 111.15 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 99 | 0.46 | 0 | 0.37 | 0.38 | 131.67 | 0.3 | 0.47 |
| Hex | 55 | 9D | 63 | 2E | 0 | 25 | 26 | 84 | 1E | 2F |
| Octal | 125 | 235 | 143 | 56 | 0 | 45 | 46 | 204 | 36 | 57 |
| Binary | 1010101 | 10011101 | 1100011 | 101110 | 0 | 100101 | 100110 | 10000100 | 11110 | 101111 |
Color Harmonies of #559D63
Complementary color
Monochromatic Colors of #559D63
Black with #559D63
Text Example
Text Example
White with #559D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D63; }
p { color: rgb(85,157,99); }
H1.HeaderClassName
{
color: #559D63;
}
.AnyTagClassName
{
color: #559D63;
}
</style>
background-color css
<style>
a { background-color: #559D63; }
a { background-color: rgb(85,157,99); }
div.DivClassName
{
background-color: #559D63;
}
.BgClassName
{
background-color: #559D63;
}
</style>
border-color css
<style>
span { border-color: #559D63; }
span { border-color: rgb(85,157,99); }
td.TdClassName
{
border-color: #559D63;
}
.TagClassName
{
border-color: #559D63;
}
</style>