Shades of Chateau Green #4A9565
Tints of Chateau Green #4A9565
RGB
CMYK
RGB Variations
Color information
#4A9565 (or 0x4A9565) is known color: Chateau Green. HEX triplet: 4A, 95 and 65. RGB value is (74,149,101). Sum of RGB (Red+Green+Blue) = 74+149+101=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 149 - color contains mainly: green. Hex color #4A9565 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9565 is #B56A9A. Grayscale: #797979. Windows color (decimal): -11889307 or 6657354. OLE color: 6657354.
HSL color Cylindrical-coordinate representation of color #4A9565: hue angle of 141.6º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9565 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 149 | 101 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.42 |
| HSL | 141.6º | 0.34% | 0.44% | - |
| HSV(B) | 141.6º | 0.5% | 0.58% | - |
| XYZ | 15.92 | 23.89 | 16.08 | - |
| YUV | 121.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 149 | 101 | 0.50 | 0 | 0.32 | 0.42 | 141.6 | 0.34 | 0.44 |
| Hex | 4A | 95 | 65 | 32 | 0 | 20 | 2A | 8E | 22 | 2C |
| Octal | 112 | 225 | 145 | 62 | 0 | 40 | 52 | 216 | 42 | 54 |
| Binary | 1001010 | 10010101 | 1100101 | 110010 | 0 | 100000 | 101010 | 10001110 | 100010 | 101100 |
Color Harmonies of #4A9565
Complementary color
Monochromatic Colors of #4A9565
Black with #4A9565
Text Example
Text Example
White with #4A9565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9565; }
p { color: rgb(74,149,101); }
H1.HeaderClassName
{
color: #4A9565;
}
.AnyTagClassName
{
color: #4A9565;
}
</style>
background-color css
<style>
a { background-color: #4A9565; }
a { background-color: rgb(74,149,101); }
div.DivClassName
{
background-color: #4A9565;
}
.BgClassName
{
background-color: #4A9565;
}
</style>
border-color css
<style>
span { border-color: #4A9565; }
span { border-color: rgb(74,149,101); }
td.TdClassName
{
border-color: #4A9565;
}
.TagClassName
{
border-color: #4A9565;
}
</style>