Shades of Fern Green #50873E
Tints of Fern Green #50873E
RGB
CMYK
RGB Variations
Color information
#50873E (or 0x50873E) is known color: Fern Green. HEX triplet: 50, 87 and 3E. RGB value is (80,135,62). Sum of RGB (Red+Green+Blue) = 80+135+62=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 135 (53.12% from 255 or 48.74% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 135 - color contains mainly: green. Hex color #50873E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50873E is #AF78C1. Grayscale: #6E6E6E. Windows color (decimal): -11499714 or 4097872. OLE color: 4097872.
HSL color Cylindrical-coordinate representation of color #50873E: hue angle of 105.21º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50873E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 62 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.47 |
| HSL | 105.21º | 0.37% | 0.39% | - |
| HSV(B) | 105.21º | 0.54% | 0.53% | - |
| XYZ | 12.84 | 19.38 | 7.62 | - |
| YUV | 110.23 | 100.78 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 62 | 0.41 | 0 | 0.54 | 0.47 | 105.21 | 0.37 | 0.39 |
| Hex | 50 | 87 | 3E | 29 | 0 | 36 | 2F | 69 | 25 | 27 |
| Octal | 120 | 207 | 76 | 51 | 0 | 66 | 57 | 151 | 45 | 47 |
| Binary | 1010000 | 10000111 | 111110 | 101001 | 0 | 110110 | 101111 | 1101001 | 100101 | 100111 |
Color Harmonies of #50873E
Complementary color
Monochromatic Colors of #50873E
Black with #50873E
Text Example
Text Example
White with #50873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50873E; }
p { color: rgb(80,135,62); }
H1.HeaderClassName
{
color: #50873E;
}
.AnyTagClassName
{
color: #50873E;
}
</style>
background-color css
<style>
a { background-color: #50873E; }
a { background-color: rgb(80,135,62); }
div.DivClassName
{
background-color: #50873E;
}
.BgClassName
{
background-color: #50873E;
}
</style>
border-color css
<style>
span { border-color: #50873E; }
span { border-color: rgb(80,135,62); }
td.TdClassName
{
border-color: #50873E;
}
.TagClassName
{
border-color: #50873E;
}
</style>