Shades of Fern Green #50754D
Tints of Fern Green #50754D
RGB
CMYK
RGB Variations
Color information
#50754D (or 0x50754D) is known color: Fern Green. HEX triplet: 50, 75 and 4D. RGB value is (80,117,77). Sum of RGB (Red+Green+Blue) = 80+117+77=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 117 - color contains mainly: green. Hex color #50754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50754D is #AF8AB2. Grayscale: #656565. Windows color (decimal): -11504307 or 5076304. OLE color: 5076304.
HSL color Cylindrical-coordinate representation of color #50754D: hue angle of 115.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #50754D is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 117 | 77 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.54 |
| HSL | 115.5º | 0.21% | 0.38% | - |
| HSV(B) | 115.5º | 0.34% | 0.46% | - |
| XYZ | 11.01 | 14.96 | 9.33 | - |
| YUV | 101.38 | 114.24 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 117 | 77 | 0.32 | 0 | 0.34 | 0.54 | 115.5 | 0.21 | 0.38 |
| Hex | 50 | 75 | 4D | 20 | 0 | 22 | 36 | 74 | 15 | 26 |
| Octal | 120 | 165 | 115 | 40 | 0 | 42 | 66 | 164 | 25 | 46 |
| Binary | 1010000 | 1110101 | 1001101 | 100000 | 0 | 100010 | 110110 | 1110100 | 10101 | 100110 |
Color Harmonies of #50754D
Complementary color
Monochromatic Colors of #50754D
Black with #50754D
Text Example
Text Example
White with #50754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50754D; }
p { color: rgb(80,117,77); }
H1.HeaderClassName
{
color: #50754D;
}
.AnyTagClassName
{
color: #50754D;
}
</style>
background-color css
<style>
a { background-color: #50754D; }
a { background-color: rgb(80,117,77); }
div.DivClassName
{
background-color: #50754D;
}
.BgClassName
{
background-color: #50754D;
}
</style>
border-color css
<style>
span { border-color: #50754D; }
span { border-color: rgb(80,117,77); }
td.TdClassName
{
border-color: #50754D;
}
.TagClassName
{
border-color: #50754D;
}
</style>