Shades of Fern Green #4D7E3F
Tints of Fern Green #4D7E3F
RGB
CMYK
RGB Variations
Color information
#4D7E3F (or 0x4D7E3F) is known color: Fern Green. HEX triplet: 4D, 7E and 3F. RGB value is (77,126,63). Sum of RGB (Red+Green+Blue) = 77+126+63=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 126 (49.61% from 255 or 47.37% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 126 - color contains mainly: green. Hex color #4D7E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7E3F is #B281C0. Grayscale: #686868. Windows color (decimal): -11698625 or 4161101. OLE color: 4161101.
HSL color Cylindrical-coordinate representation of color #4D7E3F: hue angle of 106.67º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D7E3F is Cyan = 0.39, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 126 | 63 | - |
| CMYK | 0.39 | 0 | 0.50 | 0.51 |
| HSL | 106.67º | 0.33% | 0.37% | - |
| HSV(B) | 106.67º | 0.5% | 0.49% | - |
| XYZ | 11.42 | 16.86 | 7.35 | - |
| YUV | 104.17 | 104.77 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 63 | 0.39 | 0 | 0.50 | 0.51 | 106.67 | 0.33 | 0.37 |
| Hex | 4D | 7E | 3F | 27 | 0 | 32 | 33 | 6B | 21 | 25 |
| Octal | 115 | 176 | 77 | 47 | 0 | 62 | 63 | 153 | 41 | 45 |
| Binary | 1001101 | 1111110 | 111111 | 100111 | 0 | 110010 | 110011 | 1101011 | 100001 | 100101 |
Color Harmonies of #4D7E3F
Complementary color
Monochromatic Colors of #4D7E3F
Black with #4D7E3F
Text Example
Text Example
White with #4D7E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7E3F; }
p { color: rgb(77,126,63); }
H1.HeaderClassName
{
color: #4D7E3F;
}
.AnyTagClassName
{
color: #4D7E3F;
}
</style>
background-color css
<style>
a { background-color: #4D7E3F; }
a { background-color: rgb(77,126,63); }
div.DivClassName
{
background-color: #4D7E3F;
}
.BgClassName
{
background-color: #4D7E3F;
}
</style>
border-color css
<style>
span { border-color: #4D7E3F; }
span { border-color: rgb(77,126,63); }
td.TdClassName
{
border-color: #4D7E3F;
}
.TagClassName
{
border-color: #4D7E3F;
}
</style>