Shades of Fern Green #50774B
Tints of Fern Green #50774B
RGB
CMYK
RGB Variations
Color information
#50774B (or 0x50774B) is known color: Fern Green. HEX triplet: 50, 77 and 4B. RGB value is (80,119,75). Sum of RGB (Red+Green+Blue) = 80+119+75=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #50774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50774B is #AF88B4. Grayscale: #666666. Windows color (decimal): -11503797 or 4945744. OLE color: 4945744.
HSL color Cylindrical-coordinate representation of color #50774B: hue angle of 113.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50774B is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 75 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.53 |
| HSL | 113.18º | 0.23% | 0.38% | - |
| HSV(B) | 113.18º | 0.37% | 0.47% | - |
| XYZ | 11.18 | 15.41 | 9.04 | - |
| YUV | 102.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 75 | 0.33 | 0 | 0.37 | 0.53 | 113.18 | 0.23 | 0.38 |
| Hex | 50 | 77 | 4B | 21 | 0 | 25 | 35 | 71 | 17 | 26 |
| Octal | 120 | 167 | 113 | 41 | 0 | 45 | 65 | 161 | 27 | 46 |
| Binary | 1010000 | 1110111 | 1001011 | 100001 | 0 | 100101 | 110101 | 1110001 | 10111 | 100110 |
Color Harmonies of #50774B
Complementary color
Monochromatic Colors of #50774B
Black with #50774B
Text Example
Text Example
White with #50774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50774B; }
p { color: rgb(80,119,75); }
H1.HeaderClassName
{
color: #50774B;
}
.AnyTagClassName
{
color: #50774B;
}
</style>
background-color css
<style>
a { background-color: #50774B; }
a { background-color: rgb(80,119,75); }
div.DivClassName
{
background-color: #50774B;
}
.BgClassName
{
background-color: #50774B;
}
</style>
border-color css
<style>
span { border-color: #50774B; }
span { border-color: rgb(80,119,75); }
td.TdClassName
{
border-color: #50774B;
}
.TagClassName
{
border-color: #50774B;
}
</style>