Shades of Fern Green #50843E
Tints of Fern Green #50843E
RGB
CMYK
RGB Variations
Color information
#50843E (or 0x50843E) is known color: Fern Green. HEX triplet: 50, 84 and 3E. RGB value is (80,132,62). Sum of RGB (Red+Green+Blue) = 80+132+62=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #50843E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50843E is #AF7BC1. Grayscale: #6C6C6C. Windows color (decimal): -11500482 or 4097104. OLE color: 4097104.
HSL color Cylindrical-coordinate representation of color #50843E: hue angle of 104.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50843E is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 62 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.48 |
| HSL | 104.57º | 0.36% | 0.38% | - |
| HSV(B) | 104.57º | 0.53% | 0.52% | - |
| XYZ | 12.43 | 18.56 | 7.48 | - |
| YUV | 108.47 | 101.77 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 62 | 0.39 | 0 | 0.53 | 0.48 | 104.57 | 0.36 | 0.38 |
| Hex | 50 | 84 | 3E | 27 | 0 | 35 | 30 | 69 | 24 | 26 |
| Octal | 120 | 204 | 76 | 47 | 0 | 65 | 60 | 151 | 44 | 46 |
| Binary | 1010000 | 10000100 | 111110 | 100111 | 0 | 110101 | 110000 | 1101001 | 100100 | 100110 |
Color Harmonies of #50843E
Complementary color
Monochromatic Colors of #50843E
Black with #50843E
Text Example
Text Example
White with #50843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50843E; }
p { color: rgb(80,132,62); }
H1.HeaderClassName
{
color: #50843E;
}
.AnyTagClassName
{
color: #50843E;
}
</style>
background-color css
<style>
a { background-color: #50843E; }
a { background-color: rgb(80,132,62); }
div.DivClassName
{
background-color: #50843E;
}
.BgClassName
{
background-color: #50843E;
}
</style>
border-color css
<style>
span { border-color: #50843E; }
span { border-color: rgb(80,132,62); }
td.TdClassName
{
border-color: #50843E;
}
.TagClassName
{
border-color: #50843E;
}
</style>