Shades of Fern Green #4D7A41
Tints of Fern Green #4D7A41
RGB
CMYK
RGB Variations
Color information
#4D7A41 (or 0x4D7A41) is known color: Fern Green. HEX triplet: 4D, 7A and 41. RGB value is (77,122,65). Sum of RGB (Red+Green+Blue) = 77+122+65=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 122 (48.05% from 255 or 46.21% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 122 - color contains mainly: green. Hex color #4D7A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7A41 is #B285BE. Grayscale: #666666. Windows color (decimal): -11699647 or 4291149. OLE color: 4291149.
HSL color Cylindrical-coordinate representation of color #4D7A41: hue angle of 107.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D7A41 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 122 | 65 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.52 |
| HSL | 107.37º | 0.3% | 0.37% | - |
| HSV(B) | 107.37º | 0.47% | 0.48% | - |
| XYZ | 10.97 | 15.88 | 7.49 | - |
| YUV | 102.05 | 107.09 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 65 | 0.37 | 0 | 0.47 | 0.52 | 107.37 | 0.3 | 0.37 |
| Hex | 4D | 7A | 41 | 25 | 0 | 2F | 34 | 6B | 1E | 25 |
| Octal | 115 | 172 | 101 | 45 | 0 | 57 | 64 | 153 | 36 | 45 |
| Binary | 1001101 | 1111010 | 1000001 | 100101 | 0 | 101111 | 110100 | 1101011 | 11110 | 100101 |
Color Harmonies of #4D7A41
Complementary color
Monochromatic Colors of #4D7A41
Black with #4D7A41
Text Example
Text Example
White with #4D7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7A41; }
p { color: rgb(77,122,65); }
H1.HeaderClassName
{
color: #4D7A41;
}
.AnyTagClassName
{
color: #4D7A41;
}
</style>
background-color css
<style>
a { background-color: #4D7A41; }
a { background-color: rgb(77,122,65); }
div.DivClassName
{
background-color: #4D7A41;
}
.BgClassName
{
background-color: #4D7A41;
}
</style>
border-color css
<style>
span { border-color: #4D7A41; }
span { border-color: rgb(77,122,65); }
td.TdClassName
{
border-color: #4D7A41;
}
.TagClassName
{
border-color: #4D7A41;
}
</style>