Shades of Chateau Green #569461
Tints of Chateau Green #569461
RGB
CMYK
RGB Variations
Color information
#569461 (or 0x569461) is known color: Chateau Green. HEX triplet: 56, 94 and 61. RGB value is (86,148,97). Sum of RGB (Red+Green+Blue) = 86+148+97=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 148 - color contains mainly: green. Hex color #569461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569461 is #A96B9E. Grayscale: #7B7B7B. Windows color (decimal): -11103135 or 6394966. OLE color: 6394966.
HSL color Cylindrical-coordinate representation of color #569461: hue angle of 130.65º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #569461 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 148 | 97 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.42 |
| HSL | 130.65º | 0.26% | 0.46% | - |
| HSV(B) | 130.65º | 0.42% | 0.58% | - |
| XYZ | 16.59 | 24.02 | 15.07 | - |
| YUV | 123.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 148 | 97 | 0.42 | 0 | 0.34 | 0.42 | 130.65 | 0.26 | 0.46 |
| Hex | 56 | 94 | 61 | 2A | 0 | 22 | 2A | 83 | 1A | 2E |
| Octal | 126 | 224 | 141 | 52 | 0 | 42 | 52 | 203 | 32 | 56 |
| Binary | 1010110 | 10010100 | 1100001 | 101010 | 0 | 100010 | 101010 | 10000011 | 11010 | 101110 |
Color Harmonies of #569461
Complementary color
Monochromatic Colors of #569461
Black with #569461
Text Example
Text Example
White with #569461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569461; }
p { color: rgb(86,148,97); }
H1.HeaderClassName
{
color: #569461;
}
.AnyTagClassName
{
color: #569461;
}
</style>
background-color css
<style>
a { background-color: #569461; }
a { background-color: rgb(86,148,97); }
div.DivClassName
{
background-color: #569461;
}
.BgClassName
{
background-color: #569461;
}
</style>
border-color css
<style>
span { border-color: #569461; }
span { border-color: rgb(86,148,97); }
td.TdClassName
{
border-color: #569461;
}
.TagClassName
{
border-color: #569461;
}
</style>