Shades of Fern Green #50703E
Tints of Fern Green #50703E
RGB
CMYK
RGB Variations
Color information
#50703E (or 0x50703E) is known color: Fern Green. HEX triplet: 50, 70 and 3E. RGB value is (80,112,62). Sum of RGB (Red+Green+Blue) = 80+112+62=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #50703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703E is #AF8FC1. Grayscale: #606060. Windows color (decimal): -11505602 or 4091984. OLE color: 4091984.
HSL color Cylindrical-coordinate representation of color #50703E: hue angle of 98.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50703E is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 62 | - |
| CMYK | 0.29 | 0 | 0.45 | 0.56 |
| HSL | 98.4º | 0.29% | 0.34% | - |
| HSV(B) | 98.4º | 0.45% | 0.44% | - |
| XYZ | 9.97 | 13.64 | 6.66 | - |
| YUV | 96.73 | 108.4 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 62 | 0.29 | 0 | 0.45 | 0.56 | 98.4 | 0.29 | 0.34 |
| Hex | 50 | 70 | 3E | 1D | 0 | 2D | 38 | 62 | 1D | 22 |
| Octal | 120 | 160 | 76 | 35 | 0 | 55 | 70 | 142 | 35 | 42 |
| Binary | 1010000 | 1110000 | 111110 | 11101 | 0 | 101101 | 111000 | 1100010 | 11101 | 100010 |
Color Harmonies of #50703E
Complementary color
Monochromatic Colors of #50703E
Black with #50703E
Text Example
Text Example
White with #50703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50703E; }
p { color: rgb(80,112,62); }
H1.HeaderClassName
{
color: #50703E;
}
.AnyTagClassName
{
color: #50703E;
}
</style>
background-color css
<style>
a { background-color: #50703E; }
a { background-color: rgb(80,112,62); }
div.DivClassName
{
background-color: #50703E;
}
.BgClassName
{
background-color: #50703E;
}
</style>
border-color css
<style>
span { border-color: #50703E; }
span { border-color: rgb(80,112,62); }
td.TdClassName
{
border-color: #50703E;
}
.TagClassName
{
border-color: #50703E;
}
</style>