Shades of Fern Green #50734D
Tints of Fern Green #50734D
RGB
CMYK
RGB Variations
Color information
#50734D (or 0x50734D) is known color: Fern Green. HEX triplet: 50, 73 and 4D. RGB value is (80,115,77). Sum of RGB (Red+Green+Blue) = 80+115+77=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #50734D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50734D is #AF8CB2. Grayscale: #646464. Windows color (decimal): -11504819 or 5075792. OLE color: 5075792.
HSL color Cylindrical-coordinate representation of color #50734D: hue angle of 115.26º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #50734D is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 77 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.55 |
| HSL | 115.26º | 0.2% | 0.38% | - |
| HSV(B) | 115.26º | 0.33% | 0.45% | - |
| XYZ | 10.78 | 14.5 | 9.25 | - |
| YUV | 100.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 77 | 0.30 | 0 | 0.33 | 0.55 | 115.26 | 0.2 | 0.38 |
| Hex | 50 | 73 | 4D | 1E | 0 | 21 | 37 | 73 | 14 | 26 |
| Octal | 120 | 163 | 115 | 36 | 0 | 41 | 67 | 163 | 24 | 46 |
| Binary | 1010000 | 1110011 | 1001101 | 11110 | 0 | 100001 | 110111 | 1110011 | 10100 | 100110 |
Color Harmonies of #50734D
Complementary color
Monochromatic Colors of #50734D
Black with #50734D
Text Example
Text Example
White with #50734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50734D; }
p { color: rgb(80,115,77); }
H1.HeaderClassName
{
color: #50734D;
}
.AnyTagClassName
{
color: #50734D;
}
</style>
background-color css
<style>
a { background-color: #50734D; }
a { background-color: rgb(80,115,77); }
div.DivClassName
{
background-color: #50734D;
}
.BgClassName
{
background-color: #50734D;
}
</style>
border-color css
<style>
span { border-color: #50734D; }
span { border-color: rgb(80,115,77); }
td.TdClassName
{
border-color: #50734D;
}
.TagClassName
{
border-color: #50734D;
}
</style>