Shades of Fern Green #4A8C47
Tints of Fern Green #4A8C47
RGB
CMYK
RGB Variations
Color information
#4A8C47 (or 0x4A8C47) is known color: Fern Green. HEX triplet: 4A, 8C and 47. RGB value is (74,140,71). Sum of RGB (Red+Green+Blue) = 74+140+71=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #4A8C47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A8C47 is #B573B8. Grayscale: #707070. Windows color (decimal): -11891641 or 4688970. OLE color: 4688970.
HSL color Cylindrical-coordinate representation of color #4A8C47: hue angle of 117.39º degrees, saturation: 0.33, 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 #4A8C47 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 74 | 140 | 71 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.45 |
| HSL | 117.39º | 0.33% | 0.41% | - |
| HSV(B) | 117.39º | 0.49% | 0.55% | - |
| XYZ | 13.34 | 20.67 | 9.25 | - |
| YUV | 112.4 | 104.63 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 140 | 71 | 0.47 | 0 | 0.49 | 0.45 | 117.39 | 0.33 | 0.41 |
| Hex | 4A | 8C | 47 | 2F | 0 | 31 | 2D | 75 | 21 | 29 |
| Octal | 112 | 214 | 107 | 57 | 0 | 61 | 55 | 165 | 41 | 51 |
| Binary | 1001010 | 10001100 | 1000111 | 101111 | 0 | 110001 | 101101 | 1110101 | 100001 | 101001 |
Color Harmonies of #4A8C47
Complementary color
Monochromatic Colors of #4A8C47
Black with #4A8C47
Text Example
Text Example
White with #4A8C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8C47; }
p { color: rgb(74,140,71); }
H1.HeaderClassName
{
color: #4A8C47;
}
.AnyTagClassName
{
color: #4A8C47;
}
</style>
background-color css
<style>
a { background-color: #4A8C47; }
a { background-color: rgb(74,140,71); }
div.DivClassName
{
background-color: #4A8C47;
}
.BgClassName
{
background-color: #4A8C47;
}
</style>
border-color css
<style>
span { border-color: #4A8C47; }
span { border-color: rgb(74,140,71); }
td.TdClassName
{
border-color: #4A8C47;
}
.TagClassName
{
border-color: #4A8C47;
}
</style>