Shades of Fern Green #50884A
Tints of Fern Green #50884A
RGB
CMYK
RGB Variations
Color information
#50884A (or 0x50884A) is known color: Fern Green. HEX triplet: 50, 88 and 4A. RGB value is (80,136,74). Sum of RGB (Red+Green+Blue) = 80+136+74=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #50884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50884A is #AF77B5. Grayscale: #707070. Windows color (decimal): -11499446 or 4884560. OLE color: 4884560.
HSL color Cylindrical-coordinate representation of color #50884A: hue angle of 114.19º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50884A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 136 | 74 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.47 |
| HSL | 114.19º | 0.3% | 0.41% | - |
| HSV(B) | 114.19º | 0.46% | 0.53% | - |
| XYZ | 13.35 | 19.81 | 9.6 | - |
| YUV | 112.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 136 | 74 | 0.41 | 0 | 0.46 | 0.47 | 114.19 | 0.3 | 0.41 |
| Hex | 50 | 88 | 4A | 29 | 0 | 2E | 2F | 72 | 1E | 29 |
| Octal | 120 | 210 | 112 | 51 | 0 | 56 | 57 | 162 | 36 | 51 |
| Binary | 1010000 | 10001000 | 1001010 | 101001 | 0 | 101110 | 101111 | 1110010 | 11110 | 101001 |
Color Harmonies of #50884A
Complementary color
Monochromatic Colors of #50884A
Black with #50884A
Text Example
Text Example
White with #50884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50884A; }
p { color: rgb(80,136,74); }
H1.HeaderClassName
{
color: #50884A;
}
.AnyTagClassName
{
color: #50884A;
}
</style>
background-color css
<style>
a { background-color: #50884A; }
a { background-color: rgb(80,136,74); }
div.DivClassName
{
background-color: #50884A;
}
.BgClassName
{
background-color: #50884A;
}
</style>
border-color css
<style>
span { border-color: #50884A; }
span { border-color: rgb(80,136,74); }
td.TdClassName
{
border-color: #50884A;
}
.TagClassName
{
border-color: #50884A;
}
</style>