Shades of Fern Green #50894A
Tints of Fern Green #50894A
RGB
CMYK
RGB Variations
Color information
#50894A (or 0x50894A) is known color: Fern Green. HEX triplet: 50, 89 and 4A. RGB value is (80,137,74). Sum of RGB (Red+Green+Blue) = 80+137+74=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 137 - color contains mainly: green. Hex color #50894A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50894A is #AF76B5. Grayscale: #707070. Windows color (decimal): -11499190 or 4884816. OLE color: 4884816.
HSL color Cylindrical-coordinate representation of color #50894A: hue angle of 114.29º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50894A is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 137 | 74 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.46 |
| HSL | 114.29º | 0.3% | 0.41% | - |
| HSV(B) | 114.29º | 0.46% | 0.54% | - |
| XYZ | 13.49 | 20.09 | 9.65 | - |
| YUV | 112.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 137 | 74 | 0.42 | 0 | 0.46 | 0.46 | 114.29 | 0.3 | 0.41 |
| Hex | 50 | 89 | 4A | 2A | 0 | 2E | 2E | 72 | 1E | 29 |
| Octal | 120 | 211 | 112 | 52 | 0 | 56 | 56 | 162 | 36 | 51 |
| Binary | 1010000 | 10001001 | 1001010 | 101010 | 0 | 101110 | 101110 | 1110010 | 11110 | 101001 |
Color Harmonies of #50894A
Complementary color
Monochromatic Colors of #50894A
Black with #50894A
Text Example
Text Example
White with #50894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50894A; }
p { color: rgb(80,137,74); }
H1.HeaderClassName
{
color: #50894A;
}
.AnyTagClassName
{
color: #50894A;
}
</style>
background-color css
<style>
a { background-color: #50894A; }
a { background-color: rgb(80,137,74); }
div.DivClassName
{
background-color: #50894A;
}
.BgClassName
{
background-color: #50894A;
}
</style>
border-color css
<style>
span { border-color: #50894A; }
span { border-color: rgb(80,137,74); }
td.TdClassName
{
border-color: #50894A;
}
.TagClassName
{
border-color: #50894A;
}
</style>