Shades of Chateau Green #469A55
Tints of Chateau Green #469A55
RGB
CMYK
RGB Variations
Color information
#469A55 (or 0x469A55) is known color: Chateau Green. HEX triplet: 46, 9A and 55. RGB value is (70,154,85). Sum of RGB (Red+Green+Blue) = 70+154+85=309 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.65% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #469A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A55 is #B965AA. Grayscale: #797979. Windows color (decimal): -12150187 or 5610054. OLE color: 5610054.
HSL color Cylindrical-coordinate representation of color #469A55: hue angle of 130.71º 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 #469A55 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 85 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.40 |
| HSL | 130.71º | 0.38% | 0.44% | - |
| HSV(B) | 130.71º | 0.55% | 0.6% | - |
| XYZ | 15.72 | 25.07 | 12.6 | - |
| YUV | 121.02 | 107.67 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 85 | 0.55 | 0 | 0.45 | 0.40 | 130.71 | 0.38 | 0.44 |
| Hex | 46 | 9A | 55 | 37 | 0 | 2D | 28 | 83 | 26 | 2C |
| Octal | 106 | 232 | 125 | 67 | 0 | 55 | 50 | 203 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1010101 | 110111 | 0 | 101101 | 101000 | 10000011 | 100110 | 101100 |
Color Harmonies of #469A55
Complementary color
Monochromatic Colors of #469A55
Black with #469A55
Text Example
Text Example
White with #469A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A55; }
p { color: rgb(70,154,85); }
H1.HeaderClassName
{
color: #469A55;
}
.AnyTagClassName
{
color: #469A55;
}
</style>
background-color css
<style>
a { background-color: #469A55; }
a { background-color: rgb(70,154,85); }
div.DivClassName
{
background-color: #469A55;
}
.BgClassName
{
background-color: #469A55;
}
</style>
border-color css
<style>
span { border-color: #469A55; }
span { border-color: rgb(70,154,85); }
td.TdClassName
{
border-color: #469A55;
}
.TagClassName
{
border-color: #469A55;
}
</style>