Shades of Fern Green #4D7B48
Tints of Fern Green #4D7B48
RGB
CMYK
RGB Variations
Color information
#4D7B48 (or 0x4D7B48) is known color: Fern Green. HEX triplet: 4D, 7B and 48. RGB value is (77,123,72). Sum of RGB (Red+Green+Blue) = 77+123+72=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #4D7B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7B48 is #B284B7. Grayscale: #676767. Windows color (decimal): -11699384 or 4750157. OLE color: 4750157.
HSL color Cylindrical-coordinate representation of color #4D7B48: hue angle of 114.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D7B48 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 123 | 72 | - |
| CMYK | 0.37 | 0 | 0.41 | 0.52 |
| HSL | 114.12º | 0.26% | 0.38% | - |
| HSV(B) | 114.12º | 0.41% | 0.48% | - |
| XYZ | 11.31 | 16.21 | 8.66 | - |
| YUV | 103.43 | 110.26 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 72 | 0.37 | 0 | 0.41 | 0.52 | 114.12 | 0.26 | 0.38 |
| Hex | 4D | 7B | 48 | 25 | 0 | 29 | 34 | 72 | 1A | 26 |
| Octal | 115 | 173 | 110 | 45 | 0 | 51 | 64 | 162 | 32 | 46 |
| Binary | 1001101 | 1111011 | 1001000 | 100101 | 0 | 101001 | 110100 | 1110010 | 11010 | 100110 |
Color Harmonies of #4D7B48
Complementary color
Monochromatic Colors of #4D7B48
Black with #4D7B48
Text Example
Text Example
White with #4D7B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7B48; }
p { color: rgb(77,123,72); }
H1.HeaderClassName
{
color: #4D7B48;
}
.AnyTagClassName
{
color: #4D7B48;
}
</style>
background-color css
<style>
a { background-color: #4D7B48; }
a { background-color: rgb(77,123,72); }
div.DivClassName
{
background-color: #4D7B48;
}
.BgClassName
{
background-color: #4D7B48;
}
</style>
border-color css
<style>
span { border-color: #4D7B48; }
span { border-color: rgb(77,123,72); }
td.TdClassName
{
border-color: #4D7B48;
}
.TagClassName
{
border-color: #4D7B48;
}
</style>