Shades of Fern Green #4D7D32
Tints of Fern Green #4D7D32
RGB
CMYK
RGB Variations
Color information
#4D7D32 (or 0x4D7D32) is known color: Fern Green. HEX triplet: 4D, 7D and 32. RGB value is (77,125,50). Sum of RGB (Red+Green+Blue) = 77+125+50=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #4D7D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D7D32 is #B282CD. Grayscale: #666666. Windows color (decimal): -11698894 or 3308877. OLE color: 3308877.
HSL color Cylindrical-coordinate representation of color #4D7D32: hue angle of 98.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D7D32 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 125 | 50 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.51 |
| HSL | 98.4º | 0.43% | 0.34% | - |
| HSV(B) | 98.4º | 0.6% | 0.49% | - |
| XYZ | 10.97 | 16.48 | 5.62 | - |
| YUV | 102.1 | 98.6 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 50 | 0.38 | 0 | 0.60 | 0.51 | 98.4 | 0.43 | 0.34 |
| Hex | 4D | 7D | 32 | 26 | 0 | 3C | 33 | 62 | 2B | 22 |
| Octal | 115 | 175 | 62 | 46 | 0 | 74 | 63 | 142 | 53 | 42 |
| Binary | 1001101 | 1111101 | 110010 | 100110 | 0 | 111100 | 110011 | 1100010 | 101011 | 100010 |
Color Harmonies of #4D7D32
Complementary color
Monochromatic Colors of #4D7D32
Black with #4D7D32
Text Example
Text Example
White with #4D7D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7D32; }
p { color: rgb(77,125,50); }
H1.HeaderClassName
{
color: #4D7D32;
}
.AnyTagClassName
{
color: #4D7D32;
}
</style>
background-color css
<style>
a { background-color: #4D7D32; }
a { background-color: rgb(77,125,50); }
div.DivClassName
{
background-color: #4D7D32;
}
.BgClassName
{
background-color: #4D7D32;
}
</style>
border-color css
<style>
span { border-color: #4D7D32; }
span { border-color: rgb(77,125,50); }
td.TdClassName
{
border-color: #4D7D32;
}
.TagClassName
{
border-color: #4D7D32;
}
</style>