Shades of Chateau Green #4A9660
Tints of Chateau Green #4A9660
RGB
CMYK
RGB Variations
Color information
#4A9660 (or 0x4A9660) is known color: Chateau Green. HEX triplet: 4A, 96 and 60. RGB value is (74,150,96). Sum of RGB (Red+Green+Blue) = 74+150+96=320 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.12% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #4A9660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9660 is #B5699F. Grayscale: #797979. Windows color (decimal): -11889056 or 6329930. OLE color: 6329930.
HSL color Cylindrical-coordinate representation of color #4A9660: hue angle of 137.37º 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 #4A9660 is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 74 | 150 | 96 | - |
| CMYK | 0.51 | 0 | 0.36 | 0.41 |
| HSL | 137.37º | 0.34% | 0.44% | - |
| HSV(B) | 137.37º | 0.51% | 0.59% | - |
| XYZ | 15.84 | 24.11 | 14.89 | - |
| YUV | 121.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 150 | 96 | 0.51 | 0 | 0.36 | 0.41 | 137.37 | 0.34 | 0.44 |
| Hex | 4A | 96 | 60 | 33 | 0 | 24 | 29 | 89 | 22 | 2C |
| Octal | 112 | 226 | 140 | 63 | 0 | 44 | 51 | 211 | 42 | 54 |
| Binary | 1001010 | 10010110 | 1100000 | 110011 | 0 | 100100 | 101001 | 10001001 | 100010 | 101100 |
Color Harmonies of #4A9660
Complementary color
Monochromatic Colors of #4A9660
Black with #4A9660
Text Example
Text Example
White with #4A9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9660; }
p { color: rgb(74,150,96); }
H1.HeaderClassName
{
color: #4A9660;
}
.AnyTagClassName
{
color: #4A9660;
}
</style>
background-color css
<style>
a { background-color: #4A9660; }
a { background-color: rgb(74,150,96); }
div.DivClassName
{
background-color: #4A9660;
}
.BgClassName
{
background-color: #4A9660;
}
</style>
border-color css
<style>
span { border-color: #4A9660; }
span { border-color: rgb(74,150,96); }
td.TdClassName
{
border-color: #4A9660;
}
.TagClassName
{
border-color: #4A9660;
}
</style>