Shades of Fern Green #50703C
Tints of Fern Green #50703C
RGB
CMYK
RGB Variations
Color information
#50703C (or 0x50703C) is known color: Fern Green. HEX triplet: 50, 70 and 3C. RGB value is (80,112,60). Sum of RGB (Red+Green+Blue) = 80+112+60=252 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.75% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #50703C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50703C is #AF8FC3. Grayscale: #606060. Windows color (decimal): -11505604 or 3960912. OLE color: 3960912.
HSL color Cylindrical-coordinate representation of color #50703C: hue angle of 96.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50703C is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 80 | 112 | 60 | - |
| CMYK | 0.29 | 0 | 0.46 | 0.56 |
| HSL | 96.92º | 0.3% | 0.34% | - |
| HSV(B) | 96.92º | 0.46% | 0.44% | - |
| XYZ | 9.92 | 13.62 | 6.38 | - |
| YUV | 96.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 112 | 60 | 0.29 | 0 | 0.46 | 0.56 | 96.92 | 0.3 | 0.34 |
| Hex | 50 | 70 | 3C | 1D | 0 | 2E | 38 | 61 | 1E | 22 |
| Octal | 120 | 160 | 74 | 35 | 0 | 56 | 70 | 141 | 36 | 42 |
| Binary | 1010000 | 1110000 | 111100 | 11101 | 0 | 101110 | 111000 | 1100001 | 11110 | 100010 |
Color Harmonies of #50703C
Complementary color
Monochromatic Colors of #50703C
Black with #50703C
Text Example
Text Example
White with #50703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50703C; }
p { color: rgb(80,112,60); }
H1.HeaderClassName
{
color: #50703C;
}
.AnyTagClassName
{
color: #50703C;
}
</style>
background-color css
<style>
a { background-color: #50703C; }
a { background-color: rgb(80,112,60); }
div.DivClassName
{
background-color: #50703C;
}
.BgClassName
{
background-color: #50703C;
}
</style>
border-color css
<style>
span { border-color: #50703C; }
span { border-color: rgb(80,112,60); }
td.TdClassName
{
border-color: #50703C;
}
.TagClassName
{
border-color: #50703C;
}
</style>