Shades of Fern Green #50833E
Tints of Fern Green #50833E
RGB
CMYK
RGB Variations
Color information
#50833E (or 0x50833E) is known color: Fern Green. HEX triplet: 50, 83 and 3E. RGB value is (80,131,62). Sum of RGB (Red+Green+Blue) = 80+131+62=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #50833E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50833E is #AF7CC1. Grayscale: #6C6C6C. Windows color (decimal): -11500738 or 4096848. OLE color: 4096848.
HSL color Cylindrical-coordinate representation of color #50833E: hue angle of 104.35º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50833E is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 131 | 62 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.49 |
| HSL | 104.35º | 0.36% | 0.38% | - |
| HSV(B) | 104.35º | 0.53% | 0.51% | - |
| XYZ | 12.29 | 18.29 | 7.44 | - |
| YUV | 107.89 | 102.1 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 131 | 62 | 0.39 | 0 | 0.53 | 0.49 | 104.35 | 0.36 | 0.38 |
| Hex | 50 | 83 | 3E | 27 | 0 | 35 | 31 | 68 | 24 | 26 |
| Octal | 120 | 203 | 76 | 47 | 0 | 65 | 61 | 150 | 44 | 46 |
| Binary | 1010000 | 10000011 | 111110 | 100111 | 0 | 110101 | 110001 | 1101000 | 100100 | 100110 |
Color Harmonies of #50833E
Complementary color
Monochromatic Colors of #50833E
Black with #50833E
Text Example
Text Example
White with #50833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50833E; }
p { color: rgb(80,131,62); }
H1.HeaderClassName
{
color: #50833E;
}
.AnyTagClassName
{
color: #50833E;
}
</style>
background-color css
<style>
a { background-color: #50833E; }
a { background-color: rgb(80,131,62); }
div.DivClassName
{
background-color: #50833E;
}
.BgClassName
{
background-color: #50833E;
}
</style>
border-color css
<style>
span { border-color: #50833E; }
span { border-color: rgb(80,131,62); }
td.TdClassName
{
border-color: #50833E;
}
.TagClassName
{
border-color: #50833E;
}
</style>