Shades of Fern Green #50743F
Tints of Fern Green #50743F
RGB
CMYK
RGB Variations
Color information
#50743F (or 0x50743F) is known color: Fern Green. HEX triplet: 50, 74 and 3F. RGB value is (80,116,63). Sum of RGB (Red+Green+Blue) = 80+116+63=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #50743F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50743F is #AF8BC0. Grayscale: #636363. Windows color (decimal): -11504577 or 4158544. OLE color: 4158544.
HSL color Cylindrical-coordinate representation of color #50743F: hue angle of 100.75º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50743F is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 63 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.55 |
| HSL | 100.75º | 0.3% | 0.35% | - |
| HSV(B) | 100.75º | 0.46% | 0.45% | - |
| XYZ | 10.45 | 14.56 | 6.96 | - |
| YUV | 99.19 | 107.57 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 63 | 0.31 | 0 | 0.46 | 0.55 | 100.75 | 0.3 | 0.35 |
| Hex | 50 | 74 | 3F | 1F | 0 | 2E | 37 | 65 | 1E | 23 |
| Octal | 120 | 164 | 77 | 37 | 0 | 56 | 67 | 145 | 36 | 43 |
| Binary | 1010000 | 1110100 | 111111 | 11111 | 0 | 101110 | 110111 | 1100101 | 11110 | 100011 |
Color Harmonies of #50743F
Complementary color
Monochromatic Colors of #50743F
Black with #50743F
Text Example
Text Example
White with #50743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50743F; }
p { color: rgb(80,116,63); }
H1.HeaderClassName
{
color: #50743F;
}
.AnyTagClassName
{
color: #50743F;
}
</style>
background-color css
<style>
a { background-color: #50743F; }
a { background-color: rgb(80,116,63); }
div.DivClassName
{
background-color: #50743F;
}
.BgClassName
{
background-color: #50743F;
}
</style>
border-color css
<style>
span { border-color: #50743F; }
span { border-color: rgb(80,116,63); }
td.TdClassName
{
border-color: #50743F;
}
.TagClassName
{
border-color: #50743F;
}
</style>