Shades of Fern Green #4D8B4A
Tints of Fern Green #4D8B4A
RGB
CMYK
RGB Variations
Color information
#4D8B4A (or 0x4D8B4A) is known color: Fern Green. HEX triplet: 4D, 8B and 4A. RGB value is (77,139,74). Sum of RGB (Red+Green+Blue) = 77+139+74=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 139 - color contains mainly: green. Hex color #4D8B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8B4A is #B274B5. Grayscale: #717171. Windows color (decimal): -11695286 or 4885325. OLE color: 4885325.
HSL color Cylindrical-coordinate representation of color #4D8B4A: hue angle of 117.23º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D8B4A is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 139 | 74 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.45 |
| HSL | 117.23º | 0.31% | 0.42% | - |
| HSV(B) | 117.23º | 0.47% | 0.55% | - |
| XYZ | 13.53 | 20.54 | 9.73 | - |
| YUV | 113.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 139 | 74 | 0.45 | 0 | 0.47 | 0.45 | 117.23 | 0.31 | 0.42 |
| Hex | 4D | 8B | 4A | 2D | 0 | 2F | 2D | 75 | 1F | 2A |
| Octal | 115 | 213 | 112 | 55 | 0 | 57 | 55 | 165 | 37 | 52 |
| Binary | 1001101 | 10001011 | 1001010 | 101101 | 0 | 101111 | 101101 | 1110101 | 11111 | 101010 |
Color Harmonies of #4D8B4A
Complementary color
Monochromatic Colors of #4D8B4A
Black with #4D8B4A
Text Example
Text Example
White with #4D8B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8B4A; }
p { color: rgb(77,139,74); }
H1.HeaderClassName
{
color: #4D8B4A;
}
.AnyTagClassName
{
color: #4D8B4A;
}
</style>
background-color css
<style>
a { background-color: #4D8B4A; }
a { background-color: rgb(77,139,74); }
div.DivClassName
{
background-color: #4D8B4A;
}
.BgClassName
{
background-color: #4D8B4A;
}
</style>
border-color css
<style>
span { border-color: #4D8B4A; }
span { border-color: rgb(77,139,74); }
td.TdClassName
{
border-color: #4D8B4A;
}
.TagClassName
{
border-color: #4D8B4A;
}
</style>