Shades of Chateau Green #469964
Tints of Chateau Green #469964
RGB
CMYK
RGB Variations
Color information
#469964 (or 0x469964) is known color: Chateau Green. HEX triplet: 46, 99 and 64. RGB value is (70,153,100). Sum of RGB (Red+Green+Blue) = 70+153+100=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #469964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469964 is #B9669B. Grayscale: #7A7A7A. Windows color (decimal): -12150428 or 6592838. OLE color: 6592838.
HSL color Cylindrical-coordinate representation of color #469964: hue angle of 141.69º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469964 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 100 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.4 |
| HSL | 141.69º | 0.37% | 0.44% | - |
| HSV(B) | 141.69º | 0.54% | 0.6% | - |
| XYZ | 16.22 | 25 | 16.03 | - |
| YUV | 122.14 | 115.5 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 100 | 0.54 | 0 | 0.35 | 0.4 | 141.69 | 0.37 | 0.44 |
| Hex | 46 | 99 | 64 | 36 | 0 | 23 | 28 | 8E | 25 | 2C |
| Octal | 106 | 231 | 144 | 66 | 0 | 43 | 50 | 216 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1100100 | 110110 | 0 | 100011 | 101000 | 10001110 | 100101 | 101100 |
Color Harmonies of #469964
Complementary color
Monochromatic Colors of #469964
Black with #469964
Text Example
Text Example
White with #469964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469964; }
p { color: rgb(70,153,100); }
H1.HeaderClassName
{
color: #469964;
}
.AnyTagClassName
{
color: #469964;
}
</style>
background-color css
<style>
a { background-color: #469964; }
a { background-color: rgb(70,153,100); }
div.DivClassName
{
background-color: #469964;
}
.BgClassName
{
background-color: #469964;
}
</style>
border-color css
<style>
span { border-color: #469964; }
span { border-color: rgb(70,153,100); }
td.TdClassName
{
border-color: #469964;
}
.TagClassName
{
border-color: #469964;
}
</style>