Shades of Chateau Green #4A9860
Tints of Chateau Green #4A9860
RGB
CMYK
RGB Variations
Color information
#4A9860 (or 0x4A9860) is known color: Chateau Green. HEX triplet: 4A, 98 and 60. RGB value is (74,152,96). Sum of RGB (Red+Green+Blue) = 74+152+96=322 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.98% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #4A9860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9860 is #B5679F. Grayscale: #7A7A7A. Windows color (decimal): -11888544 or 6330442. OLE color: 6330442.
HSL color Cylindrical-coordinate representation of color #4A9860: hue angle of 136.92º 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 #4A9860 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 152 | 96 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.40 |
| HSL | 136.92º | 0.35% | 0.44% | - |
| HSV(B) | 136.92º | 0.51% | 0.6% | - |
| XYZ | 16.16 | 24.76 | 14.99 | - |
| YUV | 122.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 152 | 96 | 0.51 | 0 | 0.37 | 0.40 | 136.92 | 0.35 | 0.44 |
| Hex | 4A | 98 | 60 | 33 | 0 | 25 | 28 | 89 | 23 | 2C |
| Octal | 112 | 230 | 140 | 63 | 0 | 45 | 50 | 211 | 43 | 54 |
| Binary | 1001010 | 10011000 | 1100000 | 110011 | 0 | 100101 | 101000 | 10001001 | 100011 | 101100 |
Color Harmonies of #4A9860
Complementary color
Monochromatic Colors of #4A9860
Black with #4A9860
Text Example
Text Example
White with #4A9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9860; }
p { color: rgb(74,152,96); }
H1.HeaderClassName
{
color: #4A9860;
}
.AnyTagClassName
{
color: #4A9860;
}
</style>
background-color css
<style>
a { background-color: #4A9860; }
a { background-color: rgb(74,152,96); }
div.DivClassName
{
background-color: #4A9860;
}
.BgClassName
{
background-color: #4A9860;
}
</style>
border-color css
<style>
span { border-color: #4A9860; }
span { border-color: rgb(74,152,96); }
td.TdClassName
{
border-color: #4A9860;
}
.TagClassName
{
border-color: #4A9860;
}
</style>