Shades of Chateau Green #469965
Tints of Chateau Green #469965
RGB
CMYK
RGB Variations
Color information
#469965 (or 0x469965) is known color: Chateau Green. HEX triplet: 46, 99 and 65. RGB value is (70,153,101). Sum of RGB (Red+Green+Blue) = 70+153+101=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 153 - color contains mainly: green. Hex color #469965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469965 is #B9669A. Grayscale: #7A7A7A. Windows color (decimal): -12150427 or 6658374. OLE color: 6658374.
HSL color Cylindrical-coordinate representation of color #469965: hue angle of 142.41º 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 #469965 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 153 | 101 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.4 |
| HSL | 142.41º | 0.37% | 0.44% | - |
| HSV(B) | 142.41º | 0.54% | 0.6% | - |
| XYZ | 16.27 | 25.02 | 16.28 | - |
| YUV | 122.26 | 116 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 153 | 101 | 0.54 | 0 | 0.34 | 0.4 | 142.41 | 0.37 | 0.44 |
| Hex | 46 | 99 | 65 | 36 | 0 | 22 | 28 | 8E | 25 | 2C |
| Octal | 106 | 231 | 145 | 66 | 0 | 42 | 50 | 216 | 45 | 54 |
| Binary | 1000110 | 10011001 | 1100101 | 110110 | 0 | 100010 | 101000 | 10001110 | 100101 | 101100 |
Color Harmonies of #469965
Complementary color
Monochromatic Colors of #469965
Black with #469965
Text Example
Text Example
White with #469965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469965; }
p { color: rgb(70,153,101); }
H1.HeaderClassName
{
color: #469965;
}
.AnyTagClassName
{
color: #469965;
}
</style>
background-color css
<style>
a { background-color: #469965; }
a { background-color: rgb(70,153,101); }
div.DivClassName
{
background-color: #469965;
}
.BgClassName
{
background-color: #469965;
}
</style>
border-color css
<style>
span { border-color: #469965; }
span { border-color: rgb(70,153,101); }
td.TdClassName
{
border-color: #469965;
}
.TagClassName
{
border-color: #469965;
}
</style>