Shades of Chateau Green #559C65
Tints of Chateau Green #559C65
RGB
CMYK
RGB Variations
Color information
#559C65 (or 0x559C65) is known color: Chateau Green. HEX triplet: 55, 9C and 65. RGB value is (85,156,101). Sum of RGB (Red+Green+Blue) = 85+156+101=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 156 - color contains mainly: green. Hex color #559C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559C65 is #AA639A. Grayscale: #808080. Windows color (decimal): -11166619 or 6659157. OLE color: 6659157.
HSL color Cylindrical-coordinate representation of color #559C65: hue angle of 133.52º 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 #559C65 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 85 | 156 | 101 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.39 |
| HSL | 133.52º | 0.29% | 0.47% | - |
| HSV(B) | 133.52º | 0.46% | 0.61% | - |
| XYZ | 17.98 | 26.65 | 16.51 | - |
| YUV | 128.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 101 | 0.46 | 0 | 0.35 | 0.39 | 133.52 | 0.29 | 0.47 |
| Hex | 55 | 9C | 65 | 2E | 0 | 23 | 27 | 86 | 1D | 2F |
| Octal | 125 | 234 | 145 | 56 | 0 | 43 | 47 | 206 | 35 | 57 |
| Binary | 1010101 | 10011100 | 1100101 | 101110 | 0 | 100011 | 100111 | 10000110 | 11101 | 101111 |
Color Harmonies of #559C65
Complementary color
Monochromatic Colors of #559C65
Black with #559C65
Text Example
Text Example
White with #559C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559C65; }
p { color: rgb(85,156,101); }
H1.HeaderClassName
{
color: #559C65;
}
.AnyTagClassName
{
color: #559C65;
}
</style>
background-color css
<style>
a { background-color: #559C65; }
a { background-color: rgb(85,156,101); }
div.DivClassName
{
background-color: #559C65;
}
.BgClassName
{
background-color: #559C65;
}
</style>
border-color css
<style>
span { border-color: #559C65; }
span { border-color: rgb(85,156,101); }
td.TdClassName
{
border-color: #559C65;
}
.TagClassName
{
border-color: #559C65;
}
</style>