Shades of Chateau Green #4A9666
Tints of Chateau Green #4A9666
RGB
CMYK
RGB Variations
Color information
#4A9666 (or 0x4A9666) is known color: Chateau Green. HEX triplet: 4A, 96 and 66. RGB value is (74,150,102). Sum of RGB (Red+Green+Blue) = 74+150+102=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 150 (58.98% from 255 or 46.01% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9666 is #B56999. Grayscale: #797979. Windows color (decimal): -11889050 or 6723146. OLE color: 6723146.
HSL color Cylindrical-coordinate representation of color #4A9666: hue angle of 142.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9666 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 102 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.41 |
| HSL | 142.11º | 0.34% | 0.44% | - |
| HSV(B) | 142.11º | 0.51% | 0.59% | - |
| XYZ | 16.13 | 24.23 | 16.4 | - |
| YUV | 121.8 | 116.82 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 102 | 0.51 | 0 | 0.32 | 0.41 | 142.11 | 0.34 | 0.44 |
| Hex | 4A | 96 | 66 | 33 | 0 | 20 | 29 | 8E | 22 | 2C |
| Octal | 112 | 226 | 146 | 63 | 0 | 40 | 51 | 216 | 42 | 54 |
| Binary | 1001010 | 10010110 | 1100110 | 110011 | 0 | 100000 | 101001 | 10001110 | 100010 | 101100 |
Color Harmonies of #4A9666
Complementary color
Monochromatic Colors of #4A9666
Black with #4A9666
Text Example
Text Example
White with #4A9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9666; }
p { color: rgb(74,150,102); }
H1.HeaderClassName
{
color: #4A9666;
}
.AnyTagClassName
{
color: #4A9666;
}
</style>
background-color css
<style>
a { background-color: #4A9666; }
a { background-color: rgb(74,150,102); }
div.DivClassName
{
background-color: #4A9666;
}
.BgClassName
{
background-color: #4A9666;
}
</style>
border-color css
<style>
span { border-color: #4A9666; }
span { border-color: rgb(74,150,102); }
td.TdClassName
{
border-color: #4A9666;
}
.TagClassName
{
border-color: #4A9666;
}
</style>