Shades of Fern Green #4D724A
Tints of Fern Green #4D724A
RGB
CMYK
RGB Variations
Color information
#4D724A (or 0x4D724A) is known color: Fern Green. HEX triplet: 4D, 72 and 4A. RGB value is (77,114,74). Sum of RGB (Red+Green+Blue) = 77+114+74=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 114 - color contains mainly: green. Hex color #4D724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D724A is #B28DB5. Grayscale: #626262. Windows color (decimal): -11701686 or 4878925. OLE color: 4878925.
HSL color Cylindrical-coordinate representation of color #4D724A: hue angle of 115.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4D724A is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 114 | 74 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.55 |
| HSL | 115.5º | 0.21% | 0.37% | - |
| HSV(B) | 115.5º | 0.35% | 0.45% | - |
| XYZ | 10.31 | 14.11 | 8.66 | - |
| YUV | 98.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 74 | 0.32 | 0 | 0.35 | 0.55 | 115.5 | 0.21 | 0.37 |
| Hex | 4D | 72 | 4A | 20 | 0 | 23 | 37 | 74 | 15 | 25 |
| Octal | 115 | 162 | 112 | 40 | 0 | 43 | 67 | 164 | 25 | 45 |
| Binary | 1001101 | 1110010 | 1001010 | 100000 | 0 | 100011 | 110111 | 1110100 | 10101 | 100101 |
Color Harmonies of #4D724A
Complementary color
Monochromatic Colors of #4D724A
Black with #4D724A
Text Example
Text Example
White with #4D724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D724A; }
p { color: rgb(77,114,74); }
H1.HeaderClassName
{
color: #4D724A;
}
.AnyTagClassName
{
color: #4D724A;
}
</style>
background-color css
<style>
a { background-color: #4D724A; }
a { background-color: rgb(77,114,74); }
div.DivClassName
{
background-color: #4D724A;
}
.BgClassName
{
background-color: #4D724A;
}
</style>
border-color css
<style>
span { border-color: #4D724A; }
span { border-color: rgb(77,114,74); }
td.TdClassName
{
border-color: #4D724A;
}
.TagClassName
{
border-color: #4D724A;
}
</style>