Shades of Fern Green #50814A
Tints of Fern Green #50814A
RGB
CMYK
RGB Variations
Color information
#50814A (or 0x50814A) is known color: Fern Green. HEX triplet: 50, 81 and 4A. RGB value is (80,129,74). Sum of RGB (Red+Green+Blue) = 80+129+74=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #50814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50814A is #AF7EB5. Grayscale: #6C6C6C. Windows color (decimal): -11501238 or 4882768. OLE color: 4882768.
HSL color Cylindrical-coordinate representation of color #50814A: hue angle of 113.45º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50814A is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 74 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.49 |
| HSL | 113.45º | 0.27% | 0.4% | - |
| HSV(B) | 113.45º | 0.43% | 0.51% | - |
| XYZ | 12.39 | 17.9 | 9.28 | - |
| YUV | 108.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 74 | 0.38 | 0 | 0.43 | 0.49 | 113.45 | 0.27 | 0.4 |
| Hex | 50 | 81 | 4A | 26 | 0 | 2B | 31 | 71 | 1B | 28 |
| Octal | 120 | 201 | 112 | 46 | 0 | 53 | 61 | 161 | 33 | 50 |
| Binary | 1010000 | 10000001 | 1001010 | 100110 | 0 | 101011 | 110001 | 1110001 | 11011 | 101000 |
Color Harmonies of #50814A
Complementary color
Monochromatic Colors of #50814A
Black with #50814A
Text Example
Text Example
White with #50814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50814A; }
p { color: rgb(80,129,74); }
H1.HeaderClassName
{
color: #50814A;
}
.AnyTagClassName
{
color: #50814A;
}
</style>
background-color css
<style>
a { background-color: #50814A; }
a { background-color: rgb(80,129,74); }
div.DivClassName
{
background-color: #50814A;
}
.BgClassName
{
background-color: #50814A;
}
</style>
border-color css
<style>
span { border-color: #50814A; }
span { border-color: rgb(80,129,74); }
td.TdClassName
{
border-color: #50814A;
}
.TagClassName
{
border-color: #50814A;
}
</style>