Shades of Fern Green #50864C
Tints of Fern Green #50864C
RGB
CMYK
RGB Variations
Color information
#50864C (or 0x50864C) is known color: Fern Green. HEX triplet: 50, 86 and 4C. RGB value is (80,134,76). Sum of RGB (Red+Green+Blue) = 80+134+76=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #50864C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50864C is #AF79B3. Grayscale: #6F6F6F. Windows color (decimal): -11499956 or 5015120. OLE color: 5015120.
HSL color Cylindrical-coordinate representation of color #50864C: hue angle of 115.86º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #50864C is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 134 | 76 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.47 |
| HSL | 115.86º | 0.28% | 0.41% | - |
| HSV(B) | 115.86º | 0.43% | 0.53% | - |
| XYZ | 13.14 | 19.28 | 9.87 | - |
| YUV | 111.24 | 108.11 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 134 | 76 | 0.40 | 0 | 0.43 | 0.47 | 115.86 | 0.28 | 0.41 |
| Hex | 50 | 86 | 4C | 28 | 0 | 2B | 2F | 74 | 1C | 29 |
| Octal | 120 | 206 | 114 | 50 | 0 | 53 | 57 | 164 | 34 | 51 |
| Binary | 1010000 | 10000110 | 1001100 | 101000 | 0 | 101011 | 101111 | 1110100 | 11100 | 101001 |
Color Harmonies of #50864C
Complementary color
Monochromatic Colors of #50864C
Black with #50864C
Text Example
Text Example
White with #50864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50864C; }
p { color: rgb(80,134,76); }
H1.HeaderClassName
{
color: #50864C;
}
.AnyTagClassName
{
color: #50864C;
}
</style>
background-color css
<style>
a { background-color: #50864C; }
a { background-color: rgb(80,134,76); }
div.DivClassName
{
background-color: #50864C;
}
.BgClassName
{
background-color: #50864C;
}
</style>
border-color css
<style>
span { border-color: #50864C; }
span { border-color: rgb(80,134,76); }
td.TdClassName
{
border-color: #50864C;
}
.TagClassName
{
border-color: #50864C;
}
</style>