Shades of Chateau Green #569364
Tints of Chateau Green #569364
RGB
CMYK
RGB Variations
Color information
#569364 (or 0x569364) is known color: Chateau Green. HEX triplet: 56, 93 and 64. RGB value is (86,147,100). Sum of RGB (Red+Green+Blue) = 86+147+100=333 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.83% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 147 - color contains mainly: green. Hex color #569364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569364 is #A96C9B. Grayscale: #7B7B7B. Windows color (decimal): -11103388 or 6591318. OLE color: 6591318.
HSL color Cylindrical-coordinate representation of color #569364: hue angle of 133.77º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #569364 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 147 | 100 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.42 |
| HSL | 133.77º | 0.26% | 0.46% | - |
| HSV(B) | 133.77º | 0.41% | 0.58% | - |
| XYZ | 16.57 | 23.77 | 15.77 | - |
| YUV | 123.4 | 114.79 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 100 | 0.41 | 0 | 0.32 | 0.42 | 133.77 | 0.26 | 0.46 |
| Hex | 56 | 93 | 64 | 29 | 0 | 20 | 2A | 86 | 1A | 2E |
| Octal | 126 | 223 | 144 | 51 | 0 | 40 | 52 | 206 | 32 | 56 |
| Binary | 1010110 | 10010011 | 1100100 | 101001 | 0 | 100000 | 101010 | 10000110 | 11010 | 101110 |
Color Harmonies of #569364
Complementary color
Monochromatic Colors of #569364
Black with #569364
Text Example
Text Example
White with #569364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569364; }
p { color: rgb(86,147,100); }
H1.HeaderClassName
{
color: #569364;
}
.AnyTagClassName
{
color: #569364;
}
</style>
background-color css
<style>
a { background-color: #569364; }
a { background-color: rgb(86,147,100); }
div.DivClassName
{
background-color: #569364;
}
.BgClassName
{
background-color: #569364;
}
</style>
border-color css
<style>
span { border-color: #569364; }
span { border-color: rgb(86,147,100); }
td.TdClassName
{
border-color: #569364;
}
.TagClassName
{
border-color: #569364;
}
</style>