Shades of Chateau Green #469E5D
Tints of Chateau Green #469E5D
RGB
CMYK
RGB Variations
Color information
#469E5D (or 0x469E5D) is known color: Chateau Green. HEX triplet: 46, 9E and 5D. RGB value is (70,158,93). Sum of RGB (Red+Green+Blue) = 70+158+93=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5D is #B961A2. Grayscale: #7C7C7C. Windows color (decimal): -12149155 or 6135366. OLE color: 6135366.
HSL color Cylindrical-coordinate representation of color #469E5D: hue angle of 135.68º 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 #469E5D is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 93 | - |
| CMYK | 0.56 | 0 | 0.41 | 0.38 |
| HSL | 135.68º | 0.39% | 0.45% | - |
| HSV(B) | 135.68º | 0.56% | 0.62% | - |
| XYZ | 16.73 | 26.55 | 14.6 | - |
| YUV | 124.28 | 110.35 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 93 | 0.56 | 0 | 0.41 | 0.38 | 135.68 | 0.39 | 0.45 |
| Hex | 46 | 9E | 5D | 38 | 0 | 29 | 26 | 88 | 27 | 2D |
| Octal | 106 | 236 | 135 | 70 | 0 | 51 | 46 | 210 | 47 | 55 |
| Binary | 1000110 | 10011110 | 1011101 | 111000 | 0 | 101001 | 100110 | 10001000 | 100111 | 101101 |
Color Harmonies of #469E5D
Complementary color
Monochromatic Colors of #469E5D
Black with #469E5D
Text Example
Text Example
White with #469E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E5D; }
p { color: rgb(70,158,93); }
H1.HeaderClassName
{
color: #469E5D;
}
.AnyTagClassName
{
color: #469E5D;
}
</style>
background-color css
<style>
a { background-color: #469E5D; }
a { background-color: rgb(70,158,93); }
div.DivClassName
{
background-color: #469E5D;
}
.BgClassName
{
background-color: #469E5D;
}
</style>
border-color css
<style>
span { border-color: #469E5D; }
span { border-color: rgb(70,158,93); }
td.TdClassName
{
border-color: #469E5D;
}
.TagClassName
{
border-color: #469E5D;
}
</style>