Shades of Chateau Green #469A5E
Tints of Chateau Green #469A5E
RGB
CMYK
RGB Variations
Color information
#469A5E (or 0x469A5E) is known color: Chateau Green. HEX triplet: 46, 9A and 5E. RGB value is (70,154,94). Sum of RGB (Red+Green+Blue) = 70+154+94=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #469A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A5E is #B965A1. Grayscale: #7A7A7A. Windows color (decimal): -12150178 or 6199878. OLE color: 6199878.
HSL color Cylindrical-coordinate representation of color #469A5E: hue angle of 137.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 #469A5E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 154 | 94 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.40 |
| HSL | 137.14º | 0.38% | 0.44% | - |
| HSV(B) | 137.14º | 0.55% | 0.6% | - |
| XYZ | 16.1 | 25.22 | 14.61 | - |
| YUV | 122.04 | 112.17 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 154 | 94 | 0.55 | 0 | 0.39 | 0.40 | 137.14 | 0.38 | 0.44 |
| Hex | 46 | 9A | 5E | 37 | 0 | 27 | 28 | 89 | 26 | 2C |
| Octal | 106 | 232 | 136 | 67 | 0 | 47 | 50 | 211 | 46 | 54 |
| Binary | 1000110 | 10011010 | 1011110 | 110111 | 0 | 100111 | 101000 | 10001001 | 100110 | 101100 |
Color Harmonies of #469A5E
Complementary color
Monochromatic Colors of #469A5E
Black with #469A5E
Text Example
Text Example
White with #469A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469A5E; }
p { color: rgb(70,154,94); }
H1.HeaderClassName
{
color: #469A5E;
}
.AnyTagClassName
{
color: #469A5E;
}
</style>
background-color css
<style>
a { background-color: #469A5E; }
a { background-color: rgb(70,154,94); }
div.DivClassName
{
background-color: #469A5E;
}
.BgClassName
{
background-color: #469A5E;
}
</style>
border-color css
<style>
span { border-color: #469A5E; }
span { border-color: rgb(70,154,94); }
td.TdClassName
{
border-color: #469A5E;
}
.TagClassName
{
border-color: #469A5E;
}
</style>