Shades of Fern Green #4D8646
Tints of Fern Green #4D8646
RGB
CMYK
RGB Variations
Color information
#4D8646 (or 0x4D8646) is known color: Fern Green. HEX triplet: 4D, 86 and 46. RGB value is (77,134,70). Sum of RGB (Red+Green+Blue) = 77+134+70=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 70 (27.73% from 255 or 24.91% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #4D8646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8646 is #B279B9. Grayscale: #6D6D6D. Windows color (decimal): -11696570 or 4621901. OLE color: 4621901.
HSL color Cylindrical-coordinate representation of color #4D8646: hue angle of 113.44º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8646 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 134 | 70 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.47 |
| HSL | 113.44º | 0.31% | 0.4% | - |
| HSV(B) | 113.44º | 0.48% | 0.53% | - |
| XYZ | 12.69 | 19.07 | 8.81 | - |
| YUV | 109.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 134 | 70 | 0.43 | 0 | 0.48 | 0.47 | 113.44 | 0.31 | 0.4 |
| Hex | 4D | 86 | 46 | 2B | 0 | 30 | 2F | 71 | 1F | 28 |
| Octal | 115 | 206 | 106 | 53 | 0 | 60 | 57 | 161 | 37 | 50 |
| Binary | 1001101 | 10000110 | 1000110 | 101011 | 0 | 110000 | 101111 | 1110001 | 11111 | 101000 |
Color Harmonies of #4D8646
Complementary color
Monochromatic Colors of #4D8646
Black with #4D8646
Text Example
Text Example
White with #4D8646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8646; }
p { color: rgb(77,134,70); }
H1.HeaderClassName
{
color: #4D8646;
}
.AnyTagClassName
{
color: #4D8646;
}
</style>
background-color css
<style>
a { background-color: #4D8646; }
a { background-color: rgb(77,134,70); }
div.DivClassName
{
background-color: #4D8646;
}
.BgClassName
{
background-color: #4D8646;
}
</style>
border-color css
<style>
span { border-color: #4D8646; }
span { border-color: rgb(77,134,70); }
td.TdClassName
{
border-color: #4D8646;
}
.TagClassName
{
border-color: #4D8646;
}
</style>