Shades of Fern Green #50774A
Tints of Fern Green #50774A
RGB
CMYK
RGB Variations
Color information
#50774A (or 0x50774A) is known color: Fern Green. HEX triplet: 50, 77 and 4A. RGB value is (80,119,74). Sum of RGB (Red+Green+Blue) = 80+119+74=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #50774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50774A is #AF88B5. Grayscale: #666666. Windows color (decimal): -11503798 or 4880208. OLE color: 4880208.
HSL color Cylindrical-coordinate representation of color #50774A: hue angle of 112º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50774A is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 74 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.53 |
| HSL | 112º | 0.23% | 0.38% | - |
| HSV(B) | 112º | 0.38% | 0.47% | - |
| XYZ | 11.14 | 15.39 | 8.86 | - |
| YUV | 102.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 74 | 0.33 | 0 | 0.38 | 0.53 | 112 | 0.23 | 0.38 |
| Hex | 50 | 77 | 4A | 21 | 0 | 26 | 35 | 70 | 17 | 26 |
| Octal | 120 | 167 | 112 | 41 | 0 | 46 | 65 | 160 | 27 | 46 |
| Binary | 1010000 | 1110111 | 1001010 | 100001 | 0 | 100110 | 110101 | 1110000 | 10111 | 100110 |
Color Harmonies of #50774A
Complementary color
Monochromatic Colors of #50774A
Black with #50774A
Text Example
Text Example
White with #50774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50774A; }
p { color: rgb(80,119,74); }
H1.HeaderClassName
{
color: #50774A;
}
.AnyTagClassName
{
color: #50774A;
}
</style>
background-color css
<style>
a { background-color: #50774A; }
a { background-color: rgb(80,119,74); }
div.DivClassName
{
background-color: #50774A;
}
.BgClassName
{
background-color: #50774A;
}
</style>
border-color css
<style>
span { border-color: #50774A; }
span { border-color: rgb(80,119,74); }
td.TdClassName
{
border-color: #50774A;
}
.TagClassName
{
border-color: #50774A;
}
</style>