Shades of Fern Green #4A8B47
Tints of Fern Green #4A8B47
RGB
CMYK
RGB Variations
Color information
#4A8B47 (or 0x4A8B47) is known color: Fern Green. HEX triplet: 4A, 8B and 47. RGB value is (74,139,71). Sum of RGB (Red+Green+Blue) = 74+139+71=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #4A8B47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8B47 is #B574B8. Grayscale: #707070. Windows color (decimal): -11891897 or 4688714. OLE color: 4688714.
HSL color Cylindrical-coordinate representation of color #4A8B47: hue angle of 117.35º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A8B47 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 139 | 71 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.45 |
| HSL | 117.35º | 0.32% | 0.41% | - |
| HSV(B) | 117.35º | 0.49% | 0.55% | - |
| XYZ | 13.19 | 20.38 | 9.2 | - |
| YUV | 111.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 71 | 0.47 | 0 | 0.49 | 0.45 | 117.35 | 0.32 | 0.41 |
| Hex | 4A | 8B | 47 | 2F | 0 | 31 | 2D | 75 | 20 | 29 |
| Octal | 112 | 213 | 107 | 57 | 0 | 61 | 55 | 165 | 40 | 51 |
| Binary | 1001010 | 10001011 | 1000111 | 101111 | 0 | 110001 | 101101 | 1110101 | 100000 | 101001 |
Color Harmonies of #4A8B47
Complementary color
Monochromatic Colors of #4A8B47
Black with #4A8B47
Text Example
Text Example
White with #4A8B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8B47; }
p { color: rgb(74,139,71); }
H1.HeaderClassName
{
color: #4A8B47;
}
.AnyTagClassName
{
color: #4A8B47;
}
</style>
background-color css
<style>
a { background-color: #4A8B47; }
a { background-color: rgb(74,139,71); }
div.DivClassName
{
background-color: #4A8B47;
}
.BgClassName
{
background-color: #4A8B47;
}
</style>
border-color css
<style>
span { border-color: #4A8B47; }
span { border-color: rgb(74,139,71); }
td.TdClassName
{
border-color: #4A8B47;
}
.TagClassName
{
border-color: #4A8B47;
}
</style>