Shades of Fern Green #507C46
Tints of Fern Green #507C46
RGB
CMYK
RGB Variations
Color information
#507C46 (or 0x507C46) is known color: Fern Green. HEX triplet: 50, 7C and 46. RGB value is (80,124,70). Sum of RGB (Red+Green+Blue) = 80+124+70=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #507C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C46 is #AF83B9. Grayscale: #686868. Windows color (decimal): -11502522 or 4619344. OLE color: 4619344.
HSL color Cylindrical-coordinate representation of color #507C46: hue angle of 108.89º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #507C46 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 70 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.51 |
| HSL | 108.89º | 0.28% | 0.38% | - |
| HSV(B) | 108.89º | 0.44% | 0.49% | - |
| XYZ | 11.62 | 16.56 | 8.38 | - |
| YUV | 104.69 | 108.42 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 70 | 0.35 | 0 | 0.44 | 0.51 | 108.89 | 0.28 | 0.38 |
| Hex | 50 | 7C | 46 | 23 | 0 | 2C | 33 | 6D | 1C | 26 |
| Octal | 120 | 174 | 106 | 43 | 0 | 54 | 63 | 155 | 34 | 46 |
| Binary | 1010000 | 1111100 | 1000110 | 100011 | 0 | 101100 | 110011 | 1101101 | 11100 | 100110 |
Color Harmonies of #507C46
Complementary color
Monochromatic Colors of #507C46
Black with #507C46
Text Example
Text Example
White with #507C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C46; }
p { color: rgb(80,124,70); }
H1.HeaderClassName
{
color: #507C46;
}
.AnyTagClassName
{
color: #507C46;
}
</style>
background-color css
<style>
a { background-color: #507C46; }
a { background-color: rgb(80,124,70); }
div.DivClassName
{
background-color: #507C46;
}
.BgClassName
{
background-color: #507C46;
}
</style>
border-color css
<style>
span { border-color: #507C46; }
span { border-color: rgb(80,124,70); }
td.TdClassName
{
border-color: #507C46;
}
.TagClassName
{
border-color: #507C46;
}
</style>