Shades of Fern Green #50763D
Tints of Fern Green #50763D
RGB
CMYK
RGB Variations
Color information
#50763D (or 0x50763D) is known color: Fern Green. HEX triplet: 50, 76 and 3D. RGB value is (80,118,61). Sum of RGB (Red+Green+Blue) = 80+118+61=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #50763D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50763D is #AF89C2. Grayscale: #646464. Windows color (decimal): -11504067 or 4027984. OLE color: 4027984.
HSL color Cylindrical-coordinate representation of color #50763D: hue angle of 100º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50763D is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 118 | 61 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.54 |
| HSL | 100º | 0.32% | 0.35% | - |
| HSV(B) | 100º | 0.48% | 0.46% | - |
| XYZ | 10.63 | 15 | 6.75 | - |
| YUV | 100.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 118 | 61 | 0.32 | 0 | 0.48 | 0.54 | 100 | 0.32 | 0.35 |
| Hex | 50 | 76 | 3D | 20 | 0 | 30 | 36 | 64 | 20 | 23 |
| Octal | 120 | 166 | 75 | 40 | 0 | 60 | 66 | 144 | 40 | 43 |
| Binary | 1010000 | 1110110 | 111101 | 100000 | 0 | 110000 | 110110 | 1100100 | 100000 | 100011 |
Color Harmonies of #50763D
Complementary color
Monochromatic Colors of #50763D
Black with #50763D
Text Example
Text Example
White with #50763D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50763D; }
p { color: rgb(80,118,61); }
H1.HeaderClassName
{
color: #50763D;
}
.AnyTagClassName
{
color: #50763D;
}
</style>
background-color css
<style>
a { background-color: #50763D; }
a { background-color: rgb(80,118,61); }
div.DivClassName
{
background-color: #50763D;
}
.BgClassName
{
background-color: #50763D;
}
</style>
border-color css
<style>
span { border-color: #50763D; }
span { border-color: rgb(80,118,61); }
td.TdClassName
{
border-color: #50763D;
}
.TagClassName
{
border-color: #50763D;
}
</style>