Shades of Chateau Green #469E5C
Tints of Chateau Green #469E5C
RGB
CMYK
RGB Variations
Color information
#469E5C (or 0x469E5C) is known color: Chateau Green. HEX triplet: 46, 9E and 5C. RGB value is (70,158,92). Sum of RGB (Red+Green+Blue) = 70+158+92=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #469E5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469E5C is #B961A3. Grayscale: #7C7C7C. Windows color (decimal): -12149156 or 6069830. OLE color: 6069830.
HSL color Cylindrical-coordinate representation of color #469E5C: hue angle of 135º 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 #469E5C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 158 | 92 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.38 |
| HSL | 135º | 0.39% | 0.45% | - |
| HSV(B) | 135º | 0.56% | 0.62% | - |
| XYZ | 16.68 | 26.53 | 14.37 | - |
| YUV | 124.16 | 109.85 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 158 | 92 | 0.56 | 0 | 0.42 | 0.38 | 135 | 0.39 | 0.45 |
| Hex | 46 | 9E | 5C | 38 | 0 | 2A | 26 | 87 | 27 | 2D |
| Octal | 106 | 236 | 134 | 70 | 0 | 52 | 46 | 207 | 47 | 55 |
| Binary | 1000110 | 10011110 | 1011100 | 111000 | 0 | 101010 | 100110 | 10000111 | 100111 | 101101 |
Color Harmonies of #469E5C
Complementary color
Monochromatic Colors of #469E5C
Black with #469E5C
Text Example
Text Example
White with #469E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469E5C; }
p { color: rgb(70,158,92); }
H1.HeaderClassName
{
color: #469E5C;
}
.AnyTagClassName
{
color: #469E5C;
}
</style>
background-color css
<style>
a { background-color: #469E5C; }
a { background-color: rgb(70,158,92); }
div.DivClassName
{
background-color: #469E5C;
}
.BgClassName
{
background-color: #469E5C;
}
</style>
border-color css
<style>
span { border-color: #469E5C; }
span { border-color: rgb(70,158,92); }
td.TdClassName
{
border-color: #469E5C;
}
.TagClassName
{
border-color: #469E5C;
}
</style>