Shades of Chateau Green #469A54
Tints of Chateau Green #469A54
RGB
CMYK
RGB Variations
Color information
#469A54 (or 0x469A54) is known color: Chateau Green. HEX triplet: 46, 9A and 54. RGB value is (70,154,84). Sum of RGB (Red+Green+Blue) = 70+154+84=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #469A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A54 is #B965AB. Grayscale: #797979. Windows color (decimal): -12150188 or 5544518. OLE color: 5544518.
HSL color Cylindrical-coordinate representation of color #469A54: hue angle of 130º 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 #469A54 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 84 | - |
| CMYK | 0.55 | 0 | 0.45 | 0.40 |
| HSL | 130º | 0.38% | 0.44% | - |
| HSV(B) | 130º | 0.55% | 0.6% | - |
| XYZ | 15.68 | 25.05 | 12.4 | - |
| YUV | 120.9 | 107.17 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 84 | 0.55 | 0 | 0.45 | 0.40 | 130 | 0.38 | 0.44 |
| Hex | 46 | 9A | 54 | 37 | 0 | 2D | 28 | 82 | 26 | 2C |
| Octal | 106 | 232 | 124 | 67 | 0 | 55 | 50 | 202 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1010100 | 110111 | 0 | 101101 | 101000 | 10000010 | 100110 | 101100 |
Color Harmonies of #469A54
Complementary color
Monochromatic Colors of #469A54
Black with #469A54
Text Example
Text Example
White with #469A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A54; }
p { color: rgb(70,154,84); }
H1.HeaderClassName
{
color: #469A54;
}
.AnyTagClassName
{
color: #469A54;
}
</style>
background-color css
<style>
a { background-color: #469A54; }
a { background-color: rgb(70,154,84); }
div.DivClassName
{
background-color: #469A54;
}
.BgClassName
{
background-color: #469A54;
}
</style>
border-color css
<style>
span { border-color: #469A54; }
span { border-color: rgb(70,154,84); }
td.TdClassName
{
border-color: #469A54;
}
.TagClassName
{
border-color: #469A54;
}
</style>