Shades of Chateau Green #469E5A
Tints of Chateau Green #469E5A
RGB
CMYK
RGB Variations
Color information
#469E5A (or 0x469E5A) is known color: Chateau Green. HEX triplet: 46, 9E and 5A. RGB value is (70,158,90). Sum of RGB (Red+Green+Blue) = 70+158+90=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 158 (62.11% from 255 or 49.69% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5A is #B961A5. Grayscale: #7C7C7C. Windows color (decimal): -12149158 or 5938758. OLE color: 5938758.
HSL color Cylindrical-coordinate representation of color #469E5A: hue angle of 133.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #469E5A is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 90 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.38 |
| HSL | 133.64º | 0.39% | 0.45% | - |
| HSV(B) | 133.64º | 0.56% | 0.62% | - |
| XYZ | 16.6 | 26.49 | 13.91 | - |
| YUV | 123.94 | 108.85 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 90 | 0.56 | 0 | 0.43 | 0.38 | 133.64 | 0.39 | 0.45 |
| Hex | 46 | 9E | 5A | 38 | 0 | 2B | 26 | 86 | 27 | 2D |
| Octal | 106 | 236 | 132 | 70 | 0 | 53 | 46 | 206 | 47 | 55 |
| Binary | 1000110 | 10011110 | 1011010 | 111000 | 0 | 101011 | 100110 | 10000110 | 100111 | 101101 |
Color Harmonies of #469E5A
Complementary color
Monochromatic Colors of #469E5A
Black with #469E5A
Text Example
Text Example
White with #469E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E5A; }
p { color: rgb(70,158,90); }
H1.HeaderClassName
{
color: #469E5A;
}
.AnyTagClassName
{
color: #469E5A;
}
</style>
background-color css
<style>
a { background-color: #469E5A; }
a { background-color: rgb(70,158,90); }
div.DivClassName
{
background-color: #469E5A;
}
.BgClassName
{
background-color: #469E5A;
}
</style>
border-color css
<style>
span { border-color: #469E5A; }
span { border-color: rgb(70,158,90); }
td.TdClassName
{
border-color: #469E5A;
}
.TagClassName
{
border-color: #469E5A;
}
</style>