Shades of Fern Green #4D713D
Tints of Fern Green #4D713D
RGB
CMYK
RGB Variations
Color information
#4D713D (or 0x4D713D) is known color: Fern Green. HEX triplet: 4D, 71 and 3D. RGB value is (77,113,61). Sum of RGB (Red+Green+Blue) = 77+113+61=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 61 (24.22% from 255 or 24.30% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #4D713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D713D is #B28EC2. Grayscale: #606060. Windows color (decimal): -11701955 or 4026701. OLE color: 4026701.
HSL color Cylindrical-coordinate representation of color #4D713D: hue angle of 101.54º degrees, saturation: 0.3, 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 #4D713D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 61 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.56 |
| HSL | 101.54º | 0.3% | 0.34% | - |
| HSV(B) | 101.54º | 0.46% | 0.44% | - |
| XYZ | 9.81 | 13.72 | 6.55 | - |
| YUV | 96.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 61 | 0.32 | 0 | 0.46 | 0.56 | 101.54 | 0.3 | 0.34 |
| Hex | 4D | 71 | 3D | 20 | 0 | 2E | 38 | 66 | 1E | 22 |
| Octal | 115 | 161 | 75 | 40 | 0 | 56 | 70 | 146 | 36 | 42 |
| Binary | 1001101 | 1110001 | 111101 | 100000 | 0 | 101110 | 111000 | 1100110 | 11110 | 100010 |
Color Harmonies of #4D713D
Complementary color
Monochromatic Colors of #4D713D
Black with #4D713D
Text Example
Text Example
White with #4D713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D713D; }
p { color: rgb(77,113,61); }
H1.HeaderClassName
{
color: #4D713D;
}
.AnyTagClassName
{
color: #4D713D;
}
</style>
background-color css
<style>
a { background-color: #4D713D; }
a { background-color: rgb(77,113,61); }
div.DivClassName
{
background-color: #4D713D;
}
.BgClassName
{
background-color: #4D713D;
}
</style>
border-color css
<style>
span { border-color: #4D713D; }
span { border-color: rgb(77,113,61); }
td.TdClassName
{
border-color: #4D713D;
}
.TagClassName
{
border-color: #4D713D;
}
</style>