Shades of Chateau Green #469A57
Tints of Chateau Green #469A57
RGB
CMYK
RGB Variations
Color information
#469A57 (or 0x469A57) is known color: Chateau Green. HEX triplet: 46, 9A and 57. RGB value is (70,154,87). Sum of RGB (Red+Green+Blue) = 70+154+87=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 154 (60.55% from 255 or 49.52% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 154 - color contains mainly: green. Hex color #469A57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A57 is #B965A8. Grayscale: #797979. Windows color (decimal): -12150185 or 5741126. OLE color: 5741126.
HSL color Cylindrical-coordinate representation of color #469A57: hue angle of 132.14º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A57 is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 87 | - |
| CMYK | 0.55 | 0 | 0.44 | 0.40 |
| HSL | 132.14º | 0.38% | 0.44% | - |
| HSV(B) | 132.14º | 0.55% | 0.6% | - |
| XYZ | 15.8 | 25.1 | 13.03 | - |
| YUV | 121.25 | 108.67 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 87 | 0.55 | 0 | 0.44 | 0.40 | 132.14 | 0.38 | 0.44 |
| Hex | 46 | 9A | 57 | 37 | 0 | 2C | 28 | 84 | 26 | 2C |
| Octal | 106 | 232 | 127 | 67 | 0 | 54 | 50 | 204 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1010111 | 110111 | 0 | 101100 | 101000 | 10000100 | 100110 | 101100 |
Color Harmonies of #469A57
Complementary color
Monochromatic Colors of #469A57
Black with #469A57
Text Example
Text Example
White with #469A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A57; }
p { color: rgb(70,154,87); }
H1.HeaderClassName
{
color: #469A57;
}
.AnyTagClassName
{
color: #469A57;
}
</style>
background-color css
<style>
a { background-color: #469A57; }
a { background-color: rgb(70,154,87); }
div.DivClassName
{
background-color: #469A57;
}
.BgClassName
{
background-color: #469A57;
}
</style>
border-color css
<style>
span { border-color: #469A57; }
span { border-color: rgb(70,154,87); }
td.TdClassName
{
border-color: #469A57;
}
.TagClassName
{
border-color: #469A57;
}
</style>