Shades of Fern Green #518346
Tints of Fern Green #518346
RGB
CMYK
RGB Variations
Color information
#518346 (or 0x518346) is known color: Fern Green. HEX triplet: 51, 83 and 46. RGB value is (81,131,70). Sum of RGB (Red+Green+Blue) = 81+131+70=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #518346 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518346 is #AE7CB9. Grayscale: #6D6D6D. Windows color (decimal): -11435194 or 4621137. OLE color: 4621137.
HSL color Cylindrical-coordinate representation of color #518346: hue angle of 109.18º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #518346 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 70 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.49 |
| HSL | 109.18º | 0.3% | 0.39% | - |
| HSV(B) | 109.18º | 0.47% | 0.51% | - |
| XYZ | 12.62 | 18.42 | 8.69 | - |
| YUV | 109.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 70 | 0.38 | 0 | 0.47 | 0.49 | 109.18 | 0.3 | 0.39 |
| Hex | 51 | 83 | 46 | 26 | 0 | 2F | 31 | 6D | 1E | 27 |
| Octal | 121 | 203 | 106 | 46 | 0 | 57 | 61 | 155 | 36 | 47 |
| Binary | 1010001 | 10000011 | 1000110 | 100110 | 0 | 101111 | 110001 | 1101101 | 11110 | 100111 |
Color Harmonies of #518346
Complementary color
Monochromatic Colors of #518346
Black with #518346
Text Example
Text Example
White with #518346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518346; }
p { color: rgb(81,131,70); }
H1.HeaderClassName
{
color: #518346;
}
.AnyTagClassName
{
color: #518346;
}
</style>
background-color css
<style>
a { background-color: #518346; }
a { background-color: rgb(81,131,70); }
div.DivClassName
{
background-color: #518346;
}
.BgClassName
{
background-color: #518346;
}
</style>
border-color css
<style>
span { border-color: #518346; }
span { border-color: rgb(81,131,70); }
td.TdClassName
{
border-color: #518346;
}
.TagClassName
{
border-color: #518346;
}
</style>