Shades of Fern Green #507E40
Tints of Fern Green #507E40
RGB
CMYK
RGB Variations
Color information
#507E40 (or 0x507E40) is known color: Fern Green. HEX triplet: 50, 7E and 40. RGB value is (80,126,64). Sum of RGB (Red+Green+Blue) = 80+126+64=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 126 - color contains mainly: green. Hex color #507E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E40 is #AF81BF. Grayscale: #696969. Windows color (decimal): -11502016 or 4226640. OLE color: 4226640.
HSL color Cylindrical-coordinate representation of color #507E40: hue angle of 104.52º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #507E40 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 64 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.51 |
| HSL | 104.52º | 0.33% | 0.37% | - |
| HSV(B) | 104.52º | 0.49% | 0.49% | - |
| XYZ | 11.69 | 17 | 7.51 | - |
| YUV | 105.18 | 104.76 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 64 | 0.37 | 0 | 0.49 | 0.51 | 104.52 | 0.33 | 0.37 |
| Hex | 50 | 7E | 40 | 25 | 0 | 31 | 33 | 69 | 21 | 25 |
| Octal | 120 | 176 | 100 | 45 | 0 | 61 | 63 | 151 | 41 | 45 |
| Binary | 1010000 | 1111110 | 1000000 | 100101 | 0 | 110001 | 110011 | 1101001 | 100001 | 100101 |
Color Harmonies of #507E40
Complementary color
Monochromatic Colors of #507E40
Black with #507E40
Text Example
Text Example
White with #507E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E40; }
p { color: rgb(80,126,64); }
H1.HeaderClassName
{
color: #507E40;
}
.AnyTagClassName
{
color: #507E40;
}
</style>
background-color css
<style>
a { background-color: #507E40; }
a { background-color: rgb(80,126,64); }
div.DivClassName
{
background-color: #507E40;
}
.BgClassName
{
background-color: #507E40;
}
</style>
border-color css
<style>
span { border-color: #507E40; }
span { border-color: rgb(80,126,64); }
td.TdClassName
{
border-color: #507E40;
}
.TagClassName
{
border-color: #507E40;
}
</style>