Shades of Chateau Green #469163
Tints of Chateau Green #469163
RGB
CMYK
RGB Variations
Color information
#469163 (or 0x469163) is known color: Chateau Green. HEX triplet: 46, 91 and 63. RGB value is (70,145,99). Sum of RGB (Red+Green+Blue) = 70+145+99=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #469163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469163 is #B96E9C. Grayscale: #757575. Windows color (decimal): -12152477 or 6525254. OLE color: 6525254.
HSL color Cylindrical-coordinate representation of color #469163: hue angle of 143.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469163 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 145 | 99 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.43 |
| HSL | 143.2º | 0.35% | 0.42% | - |
| HSV(B) | 143.2º | 0.52% | 0.57% | - |
| XYZ | 14.9 | 22.45 | 15.35 | - |
| YUV | 117.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 145 | 99 | 0.52 | 0 | 0.32 | 0.43 | 143.2 | 0.35 | 0.42 |
| Hex | 46 | 91 | 63 | 34 | 0 | 20 | 2B | 8F | 23 | 2A |
| Octal | 106 | 221 | 143 | 64 | 0 | 40 | 53 | 217 | 43 | 52 |
| Binary | 1000110 | 10010001 | 1100011 | 110100 | 0 | 100000 | 101011 | 10001111 | 100011 | 101010 |
Color Harmonies of #469163
Complementary color
Monochromatic Colors of #469163
Black with #469163
Text Example
Text Example
White with #469163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #469163; }
p { color: rgb(70,145,99); }
H1.HeaderClassName
{
color: #469163;
}
.AnyTagClassName
{
color: #469163;
}
</style>
background-color css
<style>
a { background-color: #469163; }
a { background-color: rgb(70,145,99); }
div.DivClassName
{
background-color: #469163;
}
.BgClassName
{
background-color: #469163;
}
</style>
border-color css
<style>
span { border-color: #469163; }
span { border-color: rgb(70,145,99); }
td.TdClassName
{
border-color: #469163;
}
.TagClassName
{
border-color: #469163;
}
</style>