Shades of Fern Green #50763E
Tints of Fern Green #50763E
RGB
CMYK
RGB Variations
Color information
#50763E (or 0x50763E) is known color: Fern Green. HEX triplet: 50, 76 and 3E. RGB value is (80,118,62). Sum of RGB (Red+Green+Blue) = 80+118+62=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #50763E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763E is #AF89C1. Grayscale: #646464. Windows color (decimal): -11504066 or 4093520. OLE color: 4093520.
HSL color Cylindrical-coordinate representation of color #50763E: hue angle of 100.71º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50763E is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 62 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.54 |
| HSL | 100.71º | 0.31% | 0.35% | - |
| HSV(B) | 100.71º | 0.47% | 0.46% | - |
| XYZ | 10.66 | 15.01 | 6.89 | - |
| YUV | 100.25 | 106.41 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 62 | 0.32 | 0 | 0.47 | 0.54 | 100.71 | 0.31 | 0.35 |
| Hex | 50 | 76 | 3E | 20 | 0 | 2F | 36 | 65 | 1F | 23 |
| Octal | 120 | 166 | 76 | 40 | 0 | 57 | 66 | 145 | 37 | 43 |
| Binary | 1010000 | 1110110 | 111110 | 100000 | 0 | 101111 | 110110 | 1100101 | 11111 | 100011 |
Color Harmonies of #50763E
Complementary color
Monochromatic Colors of #50763E
Black with #50763E
Text Example
Text Example
White with #50763E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50763E; }
p { color: rgb(80,118,62); }
H1.HeaderClassName
{
color: #50763E;
}
.AnyTagClassName
{
color: #50763E;
}
</style>
background-color css
<style>
a { background-color: #50763E; }
a { background-color: rgb(80,118,62); }
div.DivClassName
{
background-color: #50763E;
}
.BgClassName
{
background-color: #50763E;
}
</style>
border-color css
<style>
span { border-color: #50763E; }
span { border-color: rgb(80,118,62); }
td.TdClassName
{
border-color: #50763E;
}
.TagClassName
{
border-color: #50763E;
}
</style>