Shades of Fern Green #507346
Tints of Fern Green #507346
RGB
CMYK
RGB Variations
Color information
#507346 (or 0x507346) is known color: Fern Green. HEX triplet: 50, 73 and 46. RGB value is (80,115,70). Sum of RGB (Red+Green+Blue) = 80+115+70=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 70 (27.73% from 255 or 26.42% from 265); Max value from RGB is 115 - color contains mainly: green. Hex color #507346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507346 is #AF8CB9. Grayscale: #636363. Windows color (decimal): -11504826 or 4617040. OLE color: 4617040.
HSL color Cylindrical-coordinate representation of color #507346: hue angle of 106.67º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #507346 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 115 | 70 | - |
| CMYK | 0.30 | 0 | 0.39 | 0.55 |
| HSL | 106.67º | 0.24% | 0.36% | - |
| HSV(B) | 106.67º | 0.39% | 0.45% | - |
| XYZ | 10.54 | 14.41 | 8.02 | - |
| YUV | 99.41 | 111.4 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 115 | 70 | 0.30 | 0 | 0.39 | 0.55 | 106.67 | 0.24 | 0.36 |
| Hex | 50 | 73 | 46 | 1E | 0 | 27 | 37 | 6B | 18 | 24 |
| Octal | 120 | 163 | 106 | 36 | 0 | 47 | 67 | 153 | 30 | 44 |
| Binary | 1010000 | 1110011 | 1000110 | 11110 | 0 | 100111 | 110111 | 1101011 | 11000 | 100100 |
Color Harmonies of #507346
Complementary color
Monochromatic Colors of #507346
Black with #507346
Text Example
Text Example
White with #507346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507346; }
p { color: rgb(80,115,70); }
H1.HeaderClassName
{
color: #507346;
}
.AnyTagClassName
{
color: #507346;
}
</style>
background-color css
<style>
a { background-color: #507346; }
a { background-color: rgb(80,115,70); }
div.DivClassName
{
background-color: #507346;
}
.BgClassName
{
background-color: #507346;
}
</style>
border-color css
<style>
span { border-color: #507346; }
span { border-color: rgb(80,115,70); }
td.TdClassName
{
border-color: #507346;
}
.TagClassName
{
border-color: #507346;
}
</style>