Shades of Fern Green #50793F
Tints of Fern Green #50793F
RGB
CMYK
RGB Variations
Color information
#50793F (or 0x50793F) is known color: Fern Green. HEX triplet: 50, 79 and 3F. RGB value is (80,121,63). Sum of RGB (Red+Green+Blue) = 80+121+63=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #50793F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50793F is #AF86C0. Grayscale: #666666. Windows color (decimal): -11503297 or 4159824. OLE color: 4159824.
HSL color Cylindrical-coordinate representation of color #50793F: hue angle of 102.41º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50793F is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 80 | 121 | 63 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.53 |
| HSL | 102.41º | 0.32% | 0.36% | - |
| HSV(B) | 102.41º | 0.48% | 0.47% | - |
| XYZ | 11.04 | 15.74 | 7.16 | - |
| YUV | 102.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 121 | 63 | 0.34 | 0 | 0.48 | 0.53 | 102.41 | 0.32 | 0.36 |
| Hex | 50 | 79 | 3F | 22 | 0 | 30 | 35 | 66 | 20 | 24 |
| Octal | 120 | 171 | 77 | 42 | 0 | 60 | 65 | 146 | 40 | 44 |
| Binary | 1010000 | 1111001 | 111111 | 100010 | 0 | 110000 | 110101 | 1100110 | 100000 | 100100 |
Color Harmonies of #50793F
Complementary color
Monochromatic Colors of #50793F
Black with #50793F
Text Example
Text Example
White with #50793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50793F; }
p { color: rgb(80,121,63); }
H1.HeaderClassName
{
color: #50793F;
}
.AnyTagClassName
{
color: #50793F;
}
</style>
background-color css
<style>
a { background-color: #50793F; }
a { background-color: rgb(80,121,63); }
div.DivClassName
{
background-color: #50793F;
}
.BgClassName
{
background-color: #50793F;
}
</style>
border-color css
<style>
span { border-color: #50793F; }
span { border-color: rgb(80,121,63); }
td.TdClassName
{
border-color: #50793F;
}
.TagClassName
{
border-color: #50793F;
}
</style>