Shades of Chateau Green #4A8E55
Tints of Chateau Green #4A8E55
RGB
CMYK
RGB Variations
Color information
#4A8E55 (or 0x4A8E55) is known color: Chateau Green. HEX triplet: 4A, 8E and 55. RGB value is (74,142,85). Sum of RGB (Red+Green+Blue) = 74+142+85=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8E55 is #B571AA. Grayscale: #737373. Windows color (decimal): -11891115 or 5606986. OLE color: 5606986.
HSL color Cylindrical-coordinate representation of color #4A8E55: hue angle of 129.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A8E55 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 85 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.44 |
| HSL | 129.71º | 0.31% | 0.42% | - |
| HSV(B) | 129.71º | 0.48% | 0.56% | - |
| XYZ | 14.14 | 21.46 | 11.99 | - |
| YUV | 115.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 85 | 0.48 | 0 | 0.40 | 0.44 | 129.71 | 0.31 | 0.42 |
| Hex | 4A | 8E | 55 | 30 | 0 | 28 | 2C | 82 | 1F | 2A |
| Octal | 112 | 216 | 125 | 60 | 0 | 50 | 54 | 202 | 37 | 52 |
| Binary | 1001010 | 10001110 | 1010101 | 110000 | 0 | 101000 | 101100 | 10000010 | 11111 | 101010 |
Color Harmonies of #4A8E55
Complementary color
Monochromatic Colors of #4A8E55
Black with #4A8E55
Text Example
Text Example
White with #4A8E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E55; }
p { color: rgb(74,142,85); }
H1.HeaderClassName
{
color: #4A8E55;
}
.AnyTagClassName
{
color: #4A8E55;
}
</style>
background-color css
<style>
a { background-color: #4A8E55; }
a { background-color: rgb(74,142,85); }
div.DivClassName
{
background-color: #4A8E55;
}
.BgClassName
{
background-color: #4A8E55;
}
</style>
border-color css
<style>
span { border-color: #4A8E55; }
span { border-color: rgb(74,142,85); }
td.TdClassName
{
border-color: #4A8E55;
}
.TagClassName
{
border-color: #4A8E55;
}
</style>