Shades of Fern Green #4D7D36
Tints of Fern Green #4D7D36
RGB
CMYK
RGB Variations
Color information
#4D7D36 (or 0x4D7D36) is known color: Fern Green. HEX triplet: 4D, 7D and 36. RGB value is (77,125,54). Sum of RGB (Red+Green+Blue) = 77+125+54=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 125 (49.22% from 255 or 48.83% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7D36 is #B282C9. Grayscale: #666666. Windows color (decimal): -11698890 or 3571021. OLE color: 3571021.
HSL color Cylindrical-coordinate representation of color #4D7D36: hue angle of 100.56º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D7D36 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 54 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.51 |
| HSL | 100.56º | 0.4% | 0.35% | - |
| HSV(B) | 100.56º | 0.57% | 0.49% | - |
| XYZ | 11.06 | 16.51 | 6.09 | - |
| YUV | 102.55 | 100.6 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 54 | 0.38 | 0 | 0.57 | 0.51 | 100.56 | 0.4 | 0.35 |
| Hex | 4D | 7D | 36 | 26 | 0 | 39 | 33 | 65 | 28 | 23 |
| Octal | 115 | 175 | 66 | 46 | 0 | 71 | 63 | 145 | 50 | 43 |
| Binary | 1001101 | 1111101 | 110110 | 100110 | 0 | 111001 | 110011 | 1100101 | 101000 | 100011 |
Color Harmonies of #4D7D36
Complementary color
Monochromatic Colors of #4D7D36
Black with #4D7D36
Text Example
Text Example
White with #4D7D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D36; }
p { color: rgb(77,125,54); }
H1.HeaderClassName
{
color: #4D7D36;
}
.AnyTagClassName
{
color: #4D7D36;
}
</style>
background-color css
<style>
a { background-color: #4D7D36; }
a { background-color: rgb(77,125,54); }
div.DivClassName
{
background-color: #4D7D36;
}
.BgClassName
{
background-color: #4D7D36;
}
</style>
border-color css
<style>
span { border-color: #4D7D36; }
span { border-color: rgb(77,125,54); }
td.TdClassName
{
border-color: #4D7D36;
}
.TagClassName
{
border-color: #4D7D36;
}
</style>