Shades of Fern Green #50844A
Tints of Fern Green #50844A
RGB
CMYK
RGB Variations
Color information
#50844A (or 0x50844A) is known color: Fern Green. HEX triplet: 50, 84 and 4A. RGB value is (80,132,74). Sum of RGB (Red+Green+Blue) = 80+132+74=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #50844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50844A is #AF7BB5. Grayscale: #6E6E6E. Windows color (decimal): -11500470 or 4883536. OLE color: 4883536.
HSL color Cylindrical-coordinate representation of color #50844A: hue angle of 113.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50844A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 74 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.48 |
| HSL | 113.79º | 0.28% | 0.4% | - |
| HSV(B) | 113.79º | 0.44% | 0.52% | - |
| XYZ | 12.8 | 18.7 | 9.41 | - |
| YUV | 109.84 | 107.77 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 74 | 0.39 | 0 | 0.44 | 0.48 | 113.79 | 0.28 | 0.4 |
| Hex | 50 | 84 | 4A | 27 | 0 | 2C | 30 | 72 | 1C | 28 |
| Octal | 120 | 204 | 112 | 47 | 0 | 54 | 60 | 162 | 34 | 50 |
| Binary | 1010000 | 10000100 | 1001010 | 100111 | 0 | 101100 | 110000 | 1110010 | 11100 | 101000 |
Color Harmonies of #50844A
Complementary color
Monochromatic Colors of #50844A
Black with #50844A
Text Example
Text Example
White with #50844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50844A; }
p { color: rgb(80,132,74); }
H1.HeaderClassName
{
color: #50844A;
}
.AnyTagClassName
{
color: #50844A;
}
</style>
background-color css
<style>
a { background-color: #50844A; }
a { background-color: rgb(80,132,74); }
div.DivClassName
{
background-color: #50844A;
}
.BgClassName
{
background-color: #50844A;
}
</style>
border-color css
<style>
span { border-color: #50844A; }
span { border-color: rgb(80,132,74); }
td.TdClassName
{
border-color: #50844A;
}
.TagClassName
{
border-color: #50844A;
}
</style>