Shades of Chateau Green #4A9864
Tints of Chateau Green #4A9864
RGB
CMYK
RGB Variations
Color information
#4A9864 (or 0x4A9864) is known color: Chateau Green. HEX triplet: 4A, 98 and 64. RGB value is (74,152,100). Sum of RGB (Red+Green+Blue) = 74+152+100=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9864 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9864 is #B5679B. Grayscale: #7A7A7A. Windows color (decimal): -11888540 or 6592586. OLE color: 6592586.
HSL color Cylindrical-coordinate representation of color #4A9864: hue angle of 140º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A9864 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 100 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.40 |
| HSL | 140º | 0.35% | 0.44% | - |
| HSV(B) | 140º | 0.51% | 0.6% | - |
| XYZ | 16.35 | 24.83 | 15.99 | - |
| YUV | 122.75 | 115.16 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 100 | 0.51 | 0 | 0.34 | 0.40 | 140 | 0.35 | 0.44 |
| Hex | 4A | 98 | 64 | 33 | 0 | 22 | 28 | 8C | 23 | 2C |
| Octal | 112 | 230 | 144 | 63 | 0 | 42 | 50 | 214 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1100100 | 110011 | 0 | 100010 | 101000 | 10001100 | 100011 | 101100 |
Color Harmonies of #4A9864
Complementary color
Monochromatic Colors of #4A9864
Black with #4A9864
Text Example
Text Example
White with #4A9864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9864; }
p { color: rgb(74,152,100); }
H1.HeaderClassName
{
color: #4A9864;
}
.AnyTagClassName
{
color: #4A9864;
}
</style>
background-color css
<style>
a { background-color: #4A9864; }
a { background-color: rgb(74,152,100); }
div.DivClassName
{
background-color: #4A9864;
}
.BgClassName
{
background-color: #4A9864;
}
</style>
border-color css
<style>
span { border-color: #4A9864; }
span { border-color: rgb(74,152,100); }
td.TdClassName
{
border-color: #4A9864;
}
.TagClassName
{
border-color: #4A9864;
}
</style>