Shades of Fern Green #4D7348
Tints of Fern Green #4D7348
RGB
CMYK
RGB Variations
Color information
#4D7348 (or 0x4D7348) is known color: Fern Green. HEX triplet: 4D, 73 and 48. RGB value is (77,115,72). Sum of RGB (Red+Green+Blue) = 77+115+72=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #4D7348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7348 is #B28CB7. Grayscale: #626262. Windows color (decimal): -11701432 or 4748109. OLE color: 4748109.
HSL color Cylindrical-coordinate representation of color #4D7348: hue angle of 113.02º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D7348 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 77 | 115 | 72 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.55 |
| HSL | 113.02º | 0.23% | 0.37% | - |
| HSV(B) | 113.02º | 0.37% | 0.45% | - |
| XYZ | 10.36 | 14.31 | 8.35 | - |
| YUV | 98.74 | 112.91 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 72 | 0.33 | 0 | 0.37 | 0.55 | 113.02 | 0.23 | 0.37 |
| Hex | 4D | 73 | 48 | 21 | 0 | 25 | 37 | 71 | 17 | 25 |
| Octal | 115 | 163 | 110 | 41 | 0 | 45 | 67 | 161 | 27 | 45 |
| Binary | 1001101 | 1110011 | 1001000 | 100001 | 0 | 100101 | 110111 | 1110001 | 10111 | 100101 |
Color Harmonies of #4D7348
Complementary color
Monochromatic Colors of #4D7348
Black with #4D7348
Text Example
Text Example
White with #4D7348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7348; }
p { color: rgb(77,115,72); }
H1.HeaderClassName
{
color: #4D7348;
}
.AnyTagClassName
{
color: #4D7348;
}
</style>
background-color css
<style>
a { background-color: #4D7348; }
a { background-color: rgb(77,115,72); }
div.DivClassName
{
background-color: #4D7348;
}
.BgClassName
{
background-color: #4D7348;
}
</style>
border-color css
<style>
span { border-color: #4D7348; }
span { border-color: rgb(77,115,72); }
td.TdClassName
{
border-color: #4D7348;
}
.TagClassName
{
border-color: #4D7348;
}
</style>