Shades of Fern Green #4D703D
Tints of Fern Green #4D703D
RGB
CMYK
RGB Variations
Color information
#4D703D (or 0x4D703D) is known color: Fern Green. HEX triplet: 4D, 70 and 3D. RGB value is (77,112,61). Sum of RGB (Red+Green+Blue) = 77+112+61=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #4D703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D703D is #B28FC2. Grayscale: #5F5F5F. Windows color (decimal): -11702211 or 4026445. OLE color: 4026445.
HSL color Cylindrical-coordinate representation of color #4D703D: hue angle of 101.18º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D703D is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 112 | 61 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.56 |
| HSL | 101.18º | 0.29% | 0.34% | - |
| HSV(B) | 101.18º | 0.46% | 0.44% | - |
| XYZ | 9.7 | 13.5 | 6.51 | - |
| YUV | 95.72 | 108.4 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 61 | 0.31 | 0 | 0.46 | 0.56 | 101.18 | 0.29 | 0.34 |
| Hex | 4D | 70 | 3D | 1F | 0 | 2E | 38 | 65 | 1D | 22 |
| Octal | 115 | 160 | 75 | 37 | 0 | 56 | 70 | 145 | 35 | 42 |
| Binary | 1001101 | 1110000 | 111101 | 11111 | 0 | 101110 | 111000 | 1100101 | 11101 | 100010 |
Color Harmonies of #4D703D
Complementary color
Monochromatic Colors of #4D703D
Black with #4D703D
Text Example
Text Example
White with #4D703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D703D; }
p { color: rgb(77,112,61); }
H1.HeaderClassName
{
color: #4D703D;
}
.AnyTagClassName
{
color: #4D703D;
}
</style>
background-color css
<style>
a { background-color: #4D703D; }
a { background-color: rgb(77,112,61); }
div.DivClassName
{
background-color: #4D703D;
}
.BgClassName
{
background-color: #4D703D;
}
</style>
border-color css
<style>
span { border-color: #4D703D; }
span { border-color: rgb(77,112,61); }
td.TdClassName
{
border-color: #4D703D;
}
.TagClassName
{
border-color: #4D703D;
}
</style>