Shades of Fern Green #4E743F
Tints of Fern Green #4E743F
RGB
CMYK
RGB Variations
Color information
#4E743F (or 0x4E743F) is known color: Fern Green. HEX triplet: 4E, 74 and 3F. RGB value is (78,116,63). Sum of RGB (Red+Green+Blue) = 78+116+63=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #4E743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E743F is #B18BC0. Grayscale: #626262. Windows color (decimal): -11635649 or 4158542. OLE color: 4158542.
HSL color Cylindrical-coordinate representation of color #4E743F: hue angle of 103.02º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E743F is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 78 | 116 | 63 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.55 |
| HSL | 103.02º | 0.3% | 0.35% | - |
| HSV(B) | 103.02º | 0.46% | 0.45% | - |
| XYZ | 10.28 | 14.47 | 6.95 | - |
| YUV | 98.6 | 107.91 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 116 | 63 | 0.33 | 0 | 0.46 | 0.55 | 103.02 | 0.3 | 0.35 |
| Hex | 4E | 74 | 3F | 21 | 0 | 2E | 37 | 67 | 1E | 23 |
| Octal | 116 | 164 | 77 | 41 | 0 | 56 | 67 | 147 | 36 | 43 |
| Binary | 1001110 | 1110100 | 111111 | 100001 | 0 | 101110 | 110111 | 1100111 | 11110 | 100011 |
Color Harmonies of #4E743F
Complementary color
Monochromatic Colors of #4E743F
Black with #4E743F
Text Example
Text Example
White with #4E743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E743F; }
p { color: rgb(78,116,63); }
H1.HeaderClassName
{
color: #4E743F;
}
.AnyTagClassName
{
color: #4E743F;
}
</style>
background-color css
<style>
a { background-color: #4E743F; }
a { background-color: rgb(78,116,63); }
div.DivClassName
{
background-color: #4E743F;
}
.BgClassName
{
background-color: #4E743F;
}
</style>
border-color css
<style>
span { border-color: #4E743F; }
span { border-color: rgb(78,116,63); }
td.TdClassName
{
border-color: #4E743F;
}
.TagClassName
{
border-color: #4E743F;
}
</style>