Shades of Fern Green #50744D
Tints of Fern Green #50744D
RGB
CMYK
RGB Variations
Color information
#50744D (or 0x50744D) is known color: Fern Green. HEX triplet: 50, 74 and 4D. RGB value is (80,116,77). Sum of RGB (Red+Green+Blue) = 80+116+77=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #50744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50744D is #AF8BB2. Grayscale: #646464. Windows color (decimal): -11504563 or 5076048. OLE color: 5076048.
HSL color Cylindrical-coordinate representation of color #50744D: hue angle of 115.38º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50744D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 116 | 77 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.55 |
| HSL | 115.38º | 0.2% | 0.38% | - |
| HSV(B) | 115.38º | 0.34% | 0.45% | - |
| XYZ | 10.89 | 14.73 | 9.29 | - |
| YUV | 100.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 116 | 77 | 0.31 | 0 | 0.34 | 0.55 | 115.38 | 0.2 | 0.38 |
| Hex | 50 | 74 | 4D | 1F | 0 | 22 | 37 | 73 | 14 | 26 |
| Octal | 120 | 164 | 115 | 37 | 0 | 42 | 67 | 163 | 24 | 46 |
| Binary | 1010000 | 1110100 | 1001101 | 11111 | 0 | 100010 | 110111 | 1110011 | 10100 | 100110 |
Color Harmonies of #50744D
Complementary color
Monochromatic Colors of #50744D
Black with #50744D
Text Example
Text Example
White with #50744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50744D; }
p { color: rgb(80,116,77); }
H1.HeaderClassName
{
color: #50744D;
}
.AnyTagClassName
{
color: #50744D;
}
</style>
background-color css
<style>
a { background-color: #50744D; }
a { background-color: rgb(80,116,77); }
div.DivClassName
{
background-color: #50744D;
}
.BgClassName
{
background-color: #50744D;
}
</style>
border-color css
<style>
span { border-color: #50744D; }
span { border-color: rgb(80,116,77); }
td.TdClassName
{
border-color: #50744D;
}
.TagClassName
{
border-color: #50744D;
}
</style>