Shades of Fern Green #4D753F
Tints of Fern Green #4D753F
RGB
CMYK
RGB Variations
Color information
#4D753F (or 0x4D753F) is known color: Fern Green. HEX triplet: 4D, 75 and 3F. RGB value is (77,117,63). Sum of RGB (Red+Green+Blue) = 77+117+63=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 117 (46.09% from 255 or 45.53% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 117 - color contains mainly: green. Hex color #4D753F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D753F is #B28AC0. Grayscale: #636363. Windows color (decimal): -11700929 or 4158797. OLE color: 4158797.
HSL color Cylindrical-coordinate representation of color #4D753F: hue angle of 104.44º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D753F is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 77 | 117 | 63 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.54 |
| HSL | 104.44º | 0.3% | 0.35% | - |
| HSV(B) | 104.44º | 0.46% | 0.46% | - |
| XYZ | 10.32 | 14.66 | 6.99 | - |
| YUV | 98.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 117 | 63 | 0.34 | 0 | 0.46 | 0.54 | 104.44 | 0.3 | 0.35 |
| Hex | 4D | 75 | 3F | 22 | 0 | 2E | 36 | 68 | 1E | 23 |
| Octal | 115 | 165 | 77 | 42 | 0 | 56 | 66 | 150 | 36 | 43 |
| Binary | 1001101 | 1110101 | 111111 | 100010 | 0 | 101110 | 110110 | 1101000 | 11110 | 100011 |
Color Harmonies of #4D753F
Complementary color
Monochromatic Colors of #4D753F
Black with #4D753F
Text Example
Text Example
White with #4D753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D753F; }
p { color: rgb(77,117,63); }
H1.HeaderClassName
{
color: #4D753F;
}
.AnyTagClassName
{
color: #4D753F;
}
</style>
background-color css
<style>
a { background-color: #4D753F; }
a { background-color: rgb(77,117,63); }
div.DivClassName
{
background-color: #4D753F;
}
.BgClassName
{
background-color: #4D753F;
}
</style>
border-color css
<style>
span { border-color: #4D753F; }
span { border-color: rgb(77,117,63); }
td.TdClassName
{
border-color: #4D753F;
}
.TagClassName
{
border-color: #4D753F;
}
</style>