Shades of Chateau Green #469863
Tints of Chateau Green #469863
RGB
CMYK
RGB Variations
Color information
#469863 (or 0x469863) is known color: Chateau Green. HEX triplet: 46, 98 and 63. RGB value is (70,152,99). Sum of RGB (Red+Green+Blue) = 70+152+99=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 152 (59.77% from 255 or 47.35% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 152 - color contains mainly: green. Hex color #469863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469863 is #B9679C. Grayscale: #797979. Windows color (decimal): -12150685 or 6527046. OLE color: 6527046.
HSL color Cylindrical-coordinate representation of color #469863: hue angle of 141.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469863 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 152 | 99 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.40 |
| HSL | 141.22º | 0.37% | 0.44% | - |
| HSV(B) | 141.22º | 0.54% | 0.6% | - |
| XYZ | 16.01 | 24.66 | 15.72 | - |
| YUV | 121.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 152 | 99 | 0.54 | 0 | 0.35 | 0.40 | 141.22 | 0.37 | 0.44 |
| Hex | 46 | 98 | 63 | 36 | 0 | 23 | 28 | 8D | 25 | 2C |
| Octal | 106 | 230 | 143 | 66 | 0 | 43 | 50 | 215 | 45 | 54 |
| Binary | 1000110 | 10011000 | 1100011 | 110110 | 0 | 100011 | 101000 | 10001101 | 100101 | 101100 |
Color Harmonies of #469863
Complementary color
Monochromatic Colors of #469863
Black with #469863
Text Example
Text Example
White with #469863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469863; }
p { color: rgb(70,152,99); }
H1.HeaderClassName
{
color: #469863;
}
.AnyTagClassName
{
color: #469863;
}
</style>
background-color css
<style>
a { background-color: #469863; }
a { background-color: rgb(70,152,99); }
div.DivClassName
{
background-color: #469863;
}
.BgClassName
{
background-color: #469863;
}
</style>
border-color css
<style>
span { border-color: #469863; }
span { border-color: rgb(70,152,99); }
td.TdClassName
{
border-color: #469863;
}
.TagClassName
{
border-color: #469863;
}
</style>