Shades of Fern Green #517D46
Tints of Fern Green #517D46
RGB
CMYK
RGB Variations
Color information
#517D46 (or 0x517D46) is known color: Fern Green. HEX triplet: 51, 7D and 46. RGB value is (81,125,70). Sum of RGB (Red+Green+Blue) = 81+125+70=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 125 (49.22% from 255 or 45.29% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 125 - color contains mainly: green. Hex color #517D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D46 is #AE82B9. Grayscale: #696969. Windows color (decimal): -11436730 or 4619601. OLE color: 4619601.
HSL color Cylindrical-coordinate representation of color #517D46: hue angle of 108º 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 #517D46 is Cyan = 0.35, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 70 | - |
| CMYK | 0.35 | 0 | 0.44 | 0.51 |
| HSL | 108º | 0.28% | 0.38% | - |
| HSV(B) | 108º | 0.44% | 0.49% | - |
| XYZ | 11.83 | 16.86 | 8.42 | - |
| YUV | 105.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 70 | 0.35 | 0 | 0.44 | 0.51 | 108 | 0.28 | 0.38 |
| Hex | 51 | 7D | 46 | 23 | 0 | 2C | 33 | 6C | 1C | 26 |
| Octal | 121 | 175 | 106 | 43 | 0 | 54 | 63 | 154 | 34 | 46 |
| Binary | 1010001 | 1111101 | 1000110 | 100011 | 0 | 101100 | 110011 | 1101100 | 11100 | 100110 |
Color Harmonies of #517D46
Complementary color
Monochromatic Colors of #517D46
Black with #517D46
Text Example
Text Example
White with #517D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D46; }
p { color: rgb(81,125,70); }
H1.HeaderClassName
{
color: #517D46;
}
.AnyTagClassName
{
color: #517D46;
}
</style>
background-color css
<style>
a { background-color: #517D46; }
a { background-color: rgb(81,125,70); }
div.DivClassName
{
background-color: #517D46;
}
.BgClassName
{
background-color: #517D46;
}
</style>
border-color css
<style>
span { border-color: #517D46; }
span { border-color: rgb(81,125,70); }
td.TdClassName
{
border-color: #517D46;
}
.TagClassName
{
border-color: #517D46;
}
</style>