Shades of Fern Green #4D9141
Tints of Fern Green #4D9141
RGB
CMYK
RGB Variations
Color information
#4D9141 (or 0x4D9141) is known color: Fern Green. HEX triplet: 4D, 91 and 41. RGB value is (77,145,65). Sum of RGB (Red+Green+Blue) = 77+145+65=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #4D9141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9141 is #B26EBE. Grayscale: #737373. Windows color (decimal): -11693759 or 4297037. OLE color: 4297037.
HSL color Cylindrical-coordinate representation of color #4D9141: hue angle of 111º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9141 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 65 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.43 |
| HSL | 111º | 0.38% | 0.41% | - |
| HSV(B) | 111º | 0.55% | 0.57% | - |
| XYZ | 14.14 | 22.21 | 8.54 | - |
| YUV | 115.55 | 99.47 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 65 | 0.47 | 0 | 0.55 | 0.43 | 111 | 0.38 | 0.41 |
| Hex | 4D | 91 | 41 | 2F | 0 | 37 | 2B | 6F | 26 | 29 |
| Octal | 115 | 221 | 101 | 57 | 0 | 67 | 53 | 157 | 46 | 51 |
| Binary | 1001101 | 10010001 | 1000001 | 101111 | 0 | 110111 | 101011 | 1101111 | 100110 | 101001 |
Color Harmonies of #4D9141
Complementary color
Monochromatic Colors of #4D9141
Black with #4D9141
Text Example
Text Example
White with #4D9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9141; }
p { color: rgb(77,145,65); }
H1.HeaderClassName
{
color: #4D9141;
}
.AnyTagClassName
{
color: #4D9141;
}
</style>
background-color css
<style>
a { background-color: #4D9141; }
a { background-color: rgb(77,145,65); }
div.DivClassName
{
background-color: #4D9141;
}
.BgClassName
{
background-color: #4D9141;
}
</style>
border-color css
<style>
span { border-color: #4D9141; }
span { border-color: rgb(77,145,65); }
td.TdClassName
{
border-color: #4D9141;
}
.TagClassName
{
border-color: #4D9141;
}
</style>