Shades of Fern Green #4D714A
Tints of Fern Green #4D714A
RGB
CMYK
RGB Variations
Color information
#4D714A (or 0x4D714A) is known color: Fern Green. HEX triplet: 4D, 71 and 4A. RGB value is (77,113,74). Sum of RGB (Red+Green+Blue) = 77+113+74=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #4D714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D714A is #B28EB5. Grayscale: #616161. Windows color (decimal): -11701942 or 4878669. OLE color: 4878669.
HSL color Cylindrical-coordinate representation of color #4D714A: hue angle of 115.38º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D714A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 113 | 74 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.56 |
| HSL | 115.38º | 0.21% | 0.37% | - |
| HSV(B) | 115.38º | 0.35% | 0.44% | - |
| XYZ | 10.2 | 13.88 | 8.62 | - |
| YUV | 97.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 74 | 0.32 | 0 | 0.35 | 0.56 | 115.38 | 0.21 | 0.37 |
| Hex | 4D | 71 | 4A | 20 | 0 | 23 | 38 | 73 | 15 | 25 |
| Octal | 115 | 161 | 112 | 40 | 0 | 43 | 70 | 163 | 25 | 45 |
| Binary | 1001101 | 1110001 | 1001010 | 100000 | 0 | 100011 | 111000 | 1110011 | 10101 | 100101 |
Color Harmonies of #4D714A
Complementary color
Monochromatic Colors of #4D714A
Black with #4D714A
Text Example
Text Example
White with #4D714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D714A; }
p { color: rgb(77,113,74); }
H1.HeaderClassName
{
color: #4D714A;
}
.AnyTagClassName
{
color: #4D714A;
}
</style>
background-color css
<style>
a { background-color: #4D714A; }
a { background-color: rgb(77,113,74); }
div.DivClassName
{
background-color: #4D714A;
}
.BgClassName
{
background-color: #4D714A;
}
</style>
border-color css
<style>
span { border-color: #4D714A; }
span { border-color: rgb(77,113,74); }
td.TdClassName
{
border-color: #4D714A;
}
.TagClassName
{
border-color: #4D714A;
}
</style>