Shades of Fern Green #4A8E45
Tints of Fern Green #4A8E45
RGB
CMYK
RGB Variations
Color information
#4A8E45 (or 0x4A8E45) is known color: Fern Green. HEX triplet: 4A, 8E and 45. RGB value is (74,142,69). Sum of RGB (Red+Green+Blue) = 74+142+69=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #4A8E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8E45 is #B571BA. Grayscale: #717171. Windows color (decimal): -11891131 or 4558410. OLE color: 4558410.
HSL color Cylindrical-coordinate representation of color #4A8E45: hue angle of 115.89º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A8E45 is Cyan = 0.48, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 74 | 142 | 69 | - |
| CMYK | 0.48 | 0 | 0.51 | 0.44 |
| HSL | 115.89º | 0.35% | 0.41% | - |
| HSV(B) | 115.89º | 0.51% | 0.56% | - |
| XYZ | 13.57 | 21.23 | 9.01 | - |
| YUV | 113.35 | 102.97 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 69 | 0.48 | 0 | 0.51 | 0.44 | 115.89 | 0.35 | 0.41 |
| Hex | 4A | 8E | 45 | 30 | 0 | 33 | 2C | 74 | 23 | 29 |
| Octal | 112 | 216 | 105 | 60 | 0 | 63 | 54 | 164 | 43 | 51 |
| Binary | 1001010 | 10001110 | 1000101 | 110000 | 0 | 110011 | 101100 | 1110100 | 100011 | 101001 |
Color Harmonies of #4A8E45
Complementary color
Monochromatic Colors of #4A8E45
Black with #4A8E45
Text Example
Text Example
White with #4A8E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8E45; }
p { color: rgb(74,142,69); }
H1.HeaderClassName
{
color: #4A8E45;
}
.AnyTagClassName
{
color: #4A8E45;
}
</style>
background-color css
<style>
a { background-color: #4A8E45; }
a { background-color: rgb(74,142,69); }
div.DivClassName
{
background-color: #4A8E45;
}
.BgClassName
{
background-color: #4A8E45;
}
</style>
border-color css
<style>
span { border-color: #4A8E45; }
span { border-color: rgb(74,142,69); }
td.TdClassName
{
border-color: #4A8E45;
}
.TagClassName
{
border-color: #4A8E45;
}
</style>