Shades of Fern Green #4D913D
Tints of Fern Green #4D913D
RGB
CMYK
RGB Variations
Color information
#4D913D (or 0x4D913D) is known color: Fern Green. HEX triplet: 4D, 91 and 3D. RGB value is (77,145,61). Sum of RGB (Red+Green+Blue) = 77+145+61=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 61 (24.22% from 255 or 21.55% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #4D913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D913D is #B26EC2. Grayscale: #737373. Windows color (decimal): -11693763 or 4034893. OLE color: 4034893.
HSL color Cylindrical-coordinate representation of color #4D913D: hue angle of 108.57º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D913D is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 145 | 61 | - |
| CMYK | 0.47 | 0 | 0.58 | 0.43 |
| HSL | 108.57º | 0.41% | 0.4% | - |
| HSV(B) | 108.57º | 0.58% | 0.57% | - |
| XYZ | 14.03 | 22.17 | 7.95 | - |
| YUV | 115.09 | 97.47 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 61 | 0.47 | 0 | 0.58 | 0.43 | 108.57 | 0.41 | 0.4 |
| Hex | 4D | 91 | 3D | 2F | 0 | 3A | 2B | 6D | 29 | 28 |
| Octal | 115 | 221 | 75 | 57 | 0 | 72 | 53 | 155 | 51 | 50 |
| Binary | 1001101 | 10010001 | 111101 | 101111 | 0 | 111010 | 101011 | 1101101 | 101001 | 101000 |
Color Harmonies of #4D913D
Complementary color
Monochromatic Colors of #4D913D
Black with #4D913D
Text Example
Text Example
White with #4D913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D913D; }
p { color: rgb(77,145,61); }
H1.HeaderClassName
{
color: #4D913D;
}
.AnyTagClassName
{
color: #4D913D;
}
</style>
background-color css
<style>
a { background-color: #4D913D; }
a { background-color: rgb(77,145,61); }
div.DivClassName
{
background-color: #4D913D;
}
.BgClassName
{
background-color: #4D913D;
}
</style>
border-color css
<style>
span { border-color: #4D913D; }
span { border-color: rgb(77,145,61); }
td.TdClassName
{
border-color: #4D913D;
}
.TagClassName
{
border-color: #4D913D;
}
</style>