Shades of Fern Green #4D7840
Tints of Fern Green #4D7840
RGB
CMYK
RGB Variations
Color information
#4D7840 (or 0x4D7840) is known color: Fern Green. HEX triplet: 4D, 78 and 40. RGB value is (77,120,64). Sum of RGB (Red+Green+Blue) = 77+120+64=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7840 is #B287BF. Grayscale: #646464. Windows color (decimal): -11700160 or 4225101. OLE color: 4225101.
HSL color Cylindrical-coordinate representation of color #4D7840: hue angle of 106.07º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D7840 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 120 | 64 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.53 |
| HSL | 106.07º | 0.3% | 0.36% | - |
| HSV(B) | 106.07º | 0.47% | 0.47% | - |
| XYZ | 10.7 | 15.38 | 7.26 | - |
| YUV | 100.76 | 107.25 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 64 | 0.36 | 0 | 0.47 | 0.53 | 106.07 | 0.3 | 0.36 |
| Hex | 4D | 78 | 40 | 24 | 0 | 2F | 35 | 6A | 1E | 24 |
| Octal | 115 | 170 | 100 | 44 | 0 | 57 | 65 | 152 | 36 | 44 |
| Binary | 1001101 | 1111000 | 1000000 | 100100 | 0 | 101111 | 110101 | 1101010 | 11110 | 100100 |
Color Harmonies of #4D7840
Complementary color
Monochromatic Colors of #4D7840
Black with #4D7840
Text Example
Text Example
White with #4D7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7840; }
p { color: rgb(77,120,64); }
H1.HeaderClassName
{
color: #4D7840;
}
.AnyTagClassName
{
color: #4D7840;
}
</style>
background-color css
<style>
a { background-color: #4D7840; }
a { background-color: rgb(77,120,64); }
div.DivClassName
{
background-color: #4D7840;
}
.BgClassName
{
background-color: #4D7840;
}
</style>
border-color css
<style>
span { border-color: #4D7840; }
span { border-color: rgb(77,120,64); }
td.TdClassName
{
border-color: #4D7840;
}
.TagClassName
{
border-color: #4D7840;
}
</style>