Shades of Fern Green #4E713D
Tints of Fern Green #4E713D
RGB
CMYK
RGB Variations
Color information
#4E713D (or 0x4E713D) is known color: Fern Green. HEX triplet: 4E, 71 and 3D. RGB value is (78,113,61). Sum of RGB (Red+Green+Blue) = 78+113+61=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #4E713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E713D is #B18EC2. Grayscale: #606060. Windows color (decimal): -11636419 or 4026702. OLE color: 4026702.
HSL color Cylindrical-coordinate representation of color #4E713D: hue angle of 100.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E713D is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 78 | 113 | 61 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.56 |
| HSL | 100.38º | 0.3% | 0.34% | - |
| HSV(B) | 100.38º | 0.46% | 0.44% | - |
| XYZ | 9.89 | 13.77 | 6.55 | - |
| YUV | 96.61 | 107.9 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 61 | 0.31 | 0 | 0.46 | 0.56 | 100.38 | 0.3 | 0.34 |
| Hex | 4E | 71 | 3D | 1F | 0 | 2E | 38 | 64 | 1E | 22 |
| Octal | 116 | 161 | 75 | 37 | 0 | 56 | 70 | 144 | 36 | 42 |
| Binary | 1001110 | 1110001 | 111101 | 11111 | 0 | 101110 | 111000 | 1100100 | 11110 | 100010 |
Color Harmonies of #4E713D
Complementary color
Monochromatic Colors of #4E713D
Black with #4E713D
Text Example
Text Example
White with #4E713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E713D; }
p { color: rgb(78,113,61); }
H1.HeaderClassName
{
color: #4E713D;
}
.AnyTagClassName
{
color: #4E713D;
}
</style>
background-color css
<style>
a { background-color: #4E713D; }
a { background-color: rgb(78,113,61); }
div.DivClassName
{
background-color: #4E713D;
}
.BgClassName
{
background-color: #4E713D;
}
</style>
border-color css
<style>
span { border-color: #4E713D; }
span { border-color: rgb(78,113,61); }
td.TdClassName
{
border-color: #4E713D;
}
.TagClassName
{
border-color: #4E713D;
}
</style>