Shades of Chateau Green #469355
Tints of Chateau Green #469355
RGB
CMYK
RGB Variations
Color information
#469355 (or 0x469355) is known color: Chateau Green. HEX triplet: 46, 93 and 55. RGB value is (70,147,85). Sum of RGB (Red+Green+Blue) = 70+147+85=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #469355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469355 is #B96CAA. Grayscale: #757575. Windows color (decimal): -12151979 or 5608262. OLE color: 5608262.
HSL color Cylindrical-coordinate representation of color #469355: hue angle of 131.69º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469355 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 147 | 85 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.42 |
| HSL | 131.69º | 0.35% | 0.43% | - |
| HSV(B) | 131.69º | 0.52% | 0.58% | - |
| XYZ | 14.6 | 22.83 | 12.23 | - |
| YUV | 116.91 | 109.99 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 147 | 85 | 0.52 | 0 | 0.42 | 0.42 | 131.69 | 0.35 | 0.43 |
| Hex | 46 | 93 | 55 | 34 | 0 | 2A | 2A | 84 | 23 | 2B |
| Octal | 106 | 223 | 125 | 64 | 0 | 52 | 52 | 204 | 43 | 53 |
| Binary | 1000110 | 10010011 | 1010101 | 110100 | 0 | 101010 | 101010 | 10000100 | 100011 | 101011 |
Color Harmonies of #469355
Complementary color
Monochromatic Colors of #469355
Black with #469355
Text Example
Text Example
White with #469355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469355; }
p { color: rgb(70,147,85); }
H1.HeaderClassName
{
color: #469355;
}
.AnyTagClassName
{
color: #469355;
}
</style>
background-color css
<style>
a { background-color: #469355; }
a { background-color: rgb(70,147,85); }
div.DivClassName
{
background-color: #469355;
}
.BgClassName
{
background-color: #469355;
}
</style>
border-color css
<style>
span { border-color: #469355; }
span { border-color: rgb(70,147,85); }
td.TdClassName
{
border-color: #469355;
}
.TagClassName
{
border-color: #469355;
}
</style>