Shades of Chateau Green #56A065
Tints of Chateau Green #56A065
RGB
CMYK
RGB Variations
Color information
#56A065 (or 0x56A065) is known color: Chateau Green. HEX triplet: 56, A0 and 65. RGB value is (86,160,101). Sum of RGB (Red+Green+Blue) = 86+160+101=347 (45% of max value = 765). Red value is 86 (33.98% from 255 or 24.78% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #56A065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A065 is #A95F9A. Grayscale: #838383. Windows color (decimal): -11100059 or 6660182. OLE color: 6660182.
HSL color Cylindrical-coordinate representation of color #56A065: hue angle of 132.16º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56A065 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 160 | 101 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.37 |
| HSL | 132.16º | 0.3% | 0.48% | - |
| HSV(B) | 132.16º | 0.46% | 0.63% | - |
| XYZ | 18.76 | 28.06 | 16.74 | - |
| YUV | 131.15 | 110.98 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 160 | 101 | 0.46 | 0 | 0.37 | 0.37 | 132.16 | 0.3 | 0.48 |
| Hex | 56 | A0 | 65 | 2E | 0 | 25 | 25 | 84 | 1E | 30 |
| Octal | 126 | 240 | 145 | 56 | 0 | 45 | 45 | 204 | 36 | 60 |
| Binary | 1010110 | 10100000 | 1100101 | 101110 | 0 | 100101 | 100101 | 10000100 | 11110 | 110000 |
Color Harmonies of #56A065
Complementary color
Monochromatic Colors of #56A065
Black with #56A065
Text Example
Text Example
White with #56A065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A065; }
p { color: rgb(86,160,101); }
H1.HeaderClassName
{
color: #56A065;
}
.AnyTagClassName
{
color: #56A065;
}
</style>
background-color css
<style>
a { background-color: #56A065; }
a { background-color: rgb(86,160,101); }
div.DivClassName
{
background-color: #56A065;
}
.BgClassName
{
background-color: #56A065;
}
</style>
border-color css
<style>
span { border-color: #56A065; }
span { border-color: rgb(86,160,101); }
td.TdClassName
{
border-color: #56A065;
}
.TagClassName
{
border-color: #56A065;
}
</style>