Shades of Fern Green #508E46
Tints of Fern Green #508E46
RGB
CMYK
RGB Variations
Color information
#508E46 (or 0x508E46) is known color: Fern Green. HEX triplet: 50, 8E and 46. RGB value is (80,142,70). Sum of RGB (Red+Green+Blue) = 80+142+70=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #508E46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508E46 is #AF71B9. Grayscale: #737373. Windows color (decimal): -11497914 or 4623952. OLE color: 4623952.
HSL color Cylindrical-coordinate representation of color #508E46: hue angle of 111.67º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508E46 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 70 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.44 |
| HSL | 111.67º | 0.34% | 0.42% | - |
| HSV(B) | 111.67º | 0.51% | 0.56% | - |
| XYZ | 14.09 | 21.49 | 9.2 | - |
| YUV | 115.25 | 102.46 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 70 | 0.44 | 0 | 0.51 | 0.44 | 111.67 | 0.34 | 0.42 |
| Hex | 50 | 8E | 46 | 2C | 0 | 33 | 2C | 70 | 22 | 2A |
| Octal | 120 | 216 | 106 | 54 | 0 | 63 | 54 | 160 | 42 | 52 |
| Binary | 1010000 | 10001110 | 1000110 | 101100 | 0 | 110011 | 101100 | 1110000 | 100010 | 101010 |
Color Harmonies of #508E46
Complementary color
Monochromatic Colors of #508E46
Black with #508E46
Text Example
Text Example
White with #508E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E46; }
p { color: rgb(80,142,70); }
H1.HeaderClassName
{
color: #508E46;
}
.AnyTagClassName
{
color: #508E46;
}
</style>
background-color css
<style>
a { background-color: #508E46; }
a { background-color: rgb(80,142,70); }
div.DivClassName
{
background-color: #508E46;
}
.BgClassName
{
background-color: #508E46;
}
</style>
border-color css
<style>
span { border-color: #508E46; }
span { border-color: rgb(80,142,70); }
td.TdClassName
{
border-color: #508E46;
}
.TagClassName
{
border-color: #508E46;
}
</style>