Shades of Fern Green #507E35
Tints of Fern Green #507E35
RGB
CMYK
RGB Variations
Color information
#507E35 (or 0x507E35) is known color: Fern Green. HEX triplet: 50, 7E and 35. RGB value is (80,126,53). Sum of RGB (Red+Green+Blue) = 80+126+53=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 126 (49.61% from 255 or 48.65% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 126 - color contains mainly: green. Hex color #507E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507E35 is #AF81CA. Grayscale: #686868. Windows color (decimal): -11502027 or 3505744. OLE color: 3505744.
HSL color Cylindrical-coordinate representation of color #507E35: hue angle of 97.81º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #507E35 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 126 | 53 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.51 |
| HSL | 97.81º | 0.41% | 0.35% | - |
| HSV(B) | 97.81º | 0.58% | 0.49% | - |
| XYZ | 11.41 | 16.88 | 6.03 | - |
| YUV | 103.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 126 | 53 | 0.37 | 0 | 0.58 | 0.51 | 97.81 | 0.41 | 0.35 |
| Hex | 50 | 7E | 35 | 25 | 0 | 3A | 33 | 62 | 29 | 23 |
| Octal | 120 | 176 | 65 | 45 | 0 | 72 | 63 | 142 | 51 | 43 |
| Binary | 1010000 | 1111110 | 110101 | 100101 | 0 | 111010 | 110011 | 1100010 | 101001 | 100011 |
Color Harmonies of #507E35
Complementary color
Monochromatic Colors of #507E35
Black with #507E35
Text Example
Text Example
White with #507E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507E35; }
p { color: rgb(80,126,53); }
H1.HeaderClassName
{
color: #507E35;
}
.AnyTagClassName
{
color: #507E35;
}
</style>
background-color css
<style>
a { background-color: #507E35; }
a { background-color: rgb(80,126,53); }
div.DivClassName
{
background-color: #507E35;
}
.BgClassName
{
background-color: #507E35;
}
</style>
border-color css
<style>
span { border-color: #507E35; }
span { border-color: rgb(80,126,53); }
td.TdClassName
{
border-color: #507E35;
}
.TagClassName
{
border-color: #507E35;
}
</style>