Shades of Fern Green #4D8445
Tints of Fern Green #4D8445
RGB
CMYK
RGB Variations
Color information
#4D8445 (or 0x4D8445) is known color: Fern Green. HEX triplet: 4D, 84 and 45. RGB value is (77,132,69). Sum of RGB (Red+Green+Blue) = 77+132+69=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #4D8445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D8445 is #B27BBA. Grayscale: #6C6C6C. Windows color (decimal): -11697083 or 4555853. OLE color: 4555853.
HSL color Cylindrical-coordinate representation of color #4D8445: hue angle of 112.38º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D8445 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 132 | 69 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.48 |
| HSL | 112.38º | 0.31% | 0.39% | - |
| HSV(B) | 112.38º | 0.48% | 0.52% | - |
| XYZ | 12.39 | 18.51 | 8.55 | - |
| YUV | 108.37 | 105.78 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 132 | 69 | 0.42 | 0 | 0.48 | 0.48 | 112.38 | 0.31 | 0.39 |
| Hex | 4D | 84 | 45 | 2A | 0 | 30 | 30 | 70 | 1F | 27 |
| Octal | 115 | 204 | 105 | 52 | 0 | 60 | 60 | 160 | 37 | 47 |
| Binary | 1001101 | 10000100 | 1000101 | 101010 | 0 | 110000 | 110000 | 1110000 | 11111 | 100111 |
Color Harmonies of #4D8445
Complementary color
Monochromatic Colors of #4D8445
Black with #4D8445
Text Example
Text Example
White with #4D8445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8445; }
p { color: rgb(77,132,69); }
H1.HeaderClassName
{
color: #4D8445;
}
.AnyTagClassName
{
color: #4D8445;
}
</style>
background-color css
<style>
a { background-color: #4D8445; }
a { background-color: rgb(77,132,69); }
div.DivClassName
{
background-color: #4D8445;
}
.BgClassName
{
background-color: #4D8445;
}
</style>
border-color css
<style>
span { border-color: #4D8445; }
span { border-color: rgb(77,132,69); }
td.TdClassName
{
border-color: #4D8445;
}
.TagClassName
{
border-color: #4D8445;
}
</style>