Shades of Fern Green #50703F
Tints of Fern Green #50703F
RGB
CMYK
RGB Variations
Color information
#50703F (or 0x50703F) is known color: Fern Green. HEX triplet: 50, 70 and 3F. RGB value is (80,112,63). Sum of RGB (Red+Green+Blue) = 80+112+63=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #50703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703F is #AF8FC0. Grayscale: #616161. Windows color (decimal): -11505601 or 4157520. OLE color: 4157520.
HSL color Cylindrical-coordinate representation of color #50703F: hue angle of 99.18º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50703F is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 63 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.56 |
| HSL | 99.18º | 0.28% | 0.34% | - |
| HSV(B) | 99.18º | 0.44% | 0.44% | - |
| XYZ | 10 | 13.65 | 6.81 | - |
| YUV | 96.85 | 108.9 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 63 | 0.29 | 0 | 0.44 | 0.56 | 99.18 | 0.28 | 0.34 |
| Hex | 50 | 70 | 3F | 1D | 0 | 2C | 38 | 63 | 1C | 22 |
| Octal | 120 | 160 | 77 | 35 | 0 | 54 | 70 | 143 | 34 | 42 |
| Binary | 1010000 | 1110000 | 111111 | 11101 | 0 | 101100 | 111000 | 1100011 | 11100 | 100010 |
Color Harmonies of #50703F
Complementary color
Monochromatic Colors of #50703F
Black with #50703F
Text Example
Text Example
White with #50703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50703F; }
p { color: rgb(80,112,63); }
H1.HeaderClassName
{
color: #50703F;
}
.AnyTagClassName
{
color: #50703F;
}
</style>
background-color css
<style>
a { background-color: #50703F; }
a { background-color: rgb(80,112,63); }
div.DivClassName
{
background-color: #50703F;
}
.BgClassName
{
background-color: #50703F;
}
</style>
border-color css
<style>
span { border-color: #50703F; }
span { border-color: rgb(80,112,63); }
td.TdClassName
{
border-color: #50703F;
}
.TagClassName
{
border-color: #50703F;
}
</style>