Shades of Fern Green #4D8144
Tints of Fern Green #4D8144
RGB
CMYK
RGB Variations
Color information
#4D8144 (or 0x4D8144) is known color: Fern Green. HEX triplet: 4D, 81 and 44. RGB value is (77,129,68). Sum of RGB (Red+Green+Blue) = 77+129+68=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8144 is #B27EBB. Grayscale: #6A6A6A. Windows color (decimal): -11697852 or 4489549. OLE color: 4489549.
HSL color Cylindrical-coordinate representation of color #4D8144: hue angle of 111.15º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8144 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 129 | 68 | - |
| CMYK | 0.40 | 0 | 0.47 | 0.49 |
| HSL | 111.15º | 0.31% | 0.39% | - |
| HSV(B) | 111.15º | 0.47% | 0.51% | - |
| XYZ | 11.95 | 17.7 | 8.25 | - |
| YUV | 106.5 | 106.27 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 129 | 68 | 0.40 | 0 | 0.47 | 0.49 | 111.15 | 0.31 | 0.39 |
| Hex | 4D | 81 | 44 | 28 | 0 | 2F | 31 | 6F | 1F | 27 |
| Octal | 115 | 201 | 104 | 50 | 0 | 57 | 61 | 157 | 37 | 47 |
| Binary | 1001101 | 10000001 | 1000100 | 101000 | 0 | 101111 | 110001 | 1101111 | 11111 | 100111 |
Color Harmonies of #4D8144
Complementary color
Monochromatic Colors of #4D8144
Black with #4D8144
Text Example
Text Example
White with #4D8144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8144; }
p { color: rgb(77,129,68); }
H1.HeaderClassName
{
color: #4D8144;
}
.AnyTagClassName
{
color: #4D8144;
}
</style>
background-color css
<style>
a { background-color: #4D8144; }
a { background-color: rgb(77,129,68); }
div.DivClassName
{
background-color: #4D8144;
}
.BgClassName
{
background-color: #4D8144;
}
</style>
border-color css
<style>
span { border-color: #4D8144; }
span { border-color: rgb(77,129,68); }
td.TdClassName
{
border-color: #4D8144;
}
.TagClassName
{
border-color: #4D8144;
}
</style>