Shades of Chateau Green #569265
Tints of Chateau Green #569265
RGB
CMYK
RGB Variations
Color information
#569265 (or 0x569265) is known color: Chateau Green. HEX triplet: 56, 92 and 65. RGB value is (86,146,101). Sum of RGB (Red+Green+Blue) = 86+146+101=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 146 - color contains mainly: green. Hex color #569265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569265 is #A96D9A. Grayscale: #7B7B7B. Windows color (decimal): -11103643 or 6656598. OLE color: 6656598.
HSL color Cylindrical-coordinate representation of color #569265: hue angle of 135º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #569265 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 86 | 146 | 101 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.43 |
| HSL | 135º | 0.26% | 0.45% | - |
| HSV(B) | 135º | 0.41% | 0.57% | - |
| XYZ | 16.47 | 23.48 | 15.98 | - |
| YUV | 122.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 146 | 101 | 0.41 | 0 | 0.31 | 0.43 | 135 | 0.26 | 0.45 |
| Hex | 56 | 92 | 65 | 29 | 0 | 1F | 2B | 87 | 1A | 2D |
| Octal | 126 | 222 | 145 | 51 | 0 | 37 | 53 | 207 | 32 | 55 |
| Binary | 1010110 | 10010010 | 1100101 | 101001 | 0 | 11111 | 101011 | 10000111 | 11010 | 101101 |
Color Harmonies of #569265
Complementary color
Monochromatic Colors of #569265
Black with #569265
Text Example
Text Example
White with #569265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569265; }
p { color: rgb(86,146,101); }
H1.HeaderClassName
{
color: #569265;
}
.AnyTagClassName
{
color: #569265;
}
</style>
background-color css
<style>
a { background-color: #569265; }
a { background-color: rgb(86,146,101); }
div.DivClassName
{
background-color: #569265;
}
.BgClassName
{
background-color: #569265;
}
</style>
border-color css
<style>
span { border-color: #569265; }
span { border-color: rgb(86,146,101); }
td.TdClassName
{
border-color: #569265;
}
.TagClassName
{
border-color: #569265;
}
</style>