Shades of Fern Green #50774C
Tints of Fern Green #50774C
RGB
CMYK
RGB Variations
Color information
#50774C (or 0x50774C) is known color: Fern Green. HEX triplet: 50, 77 and 4C. RGB value is (80,119,76). Sum of RGB (Red+Green+Blue) = 80+119+76=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #50774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50774C is #AF88B3. Grayscale: #666666. Windows color (decimal): -11503796 or 5011280. OLE color: 5011280.
HSL color Cylindrical-coordinate representation of color #50774C: hue angle of 114.42º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50774C is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 119 | 76 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.53 |
| HSL | 114.42º | 0.22% | 0.38% | - |
| HSV(B) | 114.42º | 0.36% | 0.47% | - |
| XYZ | 11.21 | 15.42 | 9.22 | - |
| YUV | 102.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 119 | 76 | 0.33 | 0 | 0.36 | 0.53 | 114.42 | 0.22 | 0.38 |
| Hex | 50 | 77 | 4C | 21 | 0 | 24 | 35 | 72 | 16 | 26 |
| Octal | 120 | 167 | 114 | 41 | 0 | 44 | 65 | 162 | 26 | 46 |
| Binary | 1010000 | 1110111 | 1001100 | 100001 | 0 | 100100 | 110101 | 1110010 | 10110 | 100110 |
Color Harmonies of #50774C
Complementary color
Monochromatic Colors of #50774C
Black with #50774C
Text Example
Text Example
White with #50774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50774C; }
p { color: rgb(80,119,76); }
H1.HeaderClassName
{
color: #50774C;
}
.AnyTagClassName
{
color: #50774C;
}
</style>
background-color css
<style>
a { background-color: #50774C; }
a { background-color: rgb(80,119,76); }
div.DivClassName
{
background-color: #50774C;
}
.BgClassName
{
background-color: #50774C;
}
</style>
border-color css
<style>
span { border-color: #50774C; }
span { border-color: rgb(80,119,76); }
td.TdClassName
{
border-color: #50774C;
}
.TagClassName
{
border-color: #50774C;
}
</style>