Shades of Fern Green #518741
Tints of Fern Green #518741
RGB
CMYK
RGB Variations
Color information
#518741 (or 0x518741) is known color: Fern Green. HEX triplet: 51, 87 and 41. RGB value is (81,135,65). Sum of RGB (Red+Green+Blue) = 81+135+65=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 135 (53.12% from 255 or 48.04% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 135 - color contains mainly: green. Hex color #518741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518741 is #AE78BE. Grayscale: #6F6F6F. Windows color (decimal): -11434175 or 4294481. OLE color: 4294481.
HSL color Cylindrical-coordinate representation of color #518741: hue angle of 106.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #518741 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 65 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.47 |
| HSL | 106.29º | 0.35% | 0.39% | - |
| HSV(B) | 106.29º | 0.52% | 0.53% | - |
| XYZ | 13.01 | 19.46 | 8.07 | - |
| YUV | 110.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 65 | 0.40 | 0 | 0.52 | 0.47 | 106.29 | 0.35 | 0.39 |
| Hex | 51 | 87 | 41 | 28 | 0 | 34 | 2F | 6A | 23 | 27 |
| Octal | 121 | 207 | 101 | 50 | 0 | 64 | 57 | 152 | 43 | 47 |
| Binary | 1010001 | 10000111 | 1000001 | 101000 | 0 | 110100 | 101111 | 1101010 | 100011 | 100111 |
Color Harmonies of #518741
Complementary color
Monochromatic Colors of #518741
Black with #518741
Text Example
Text Example
White with #518741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518741; }
p { color: rgb(81,135,65); }
H1.HeaderClassName
{
color: #518741;
}
.AnyTagClassName
{
color: #518741;
}
</style>
background-color css
<style>
a { background-color: #518741; }
a { background-color: rgb(81,135,65); }
div.DivClassName
{
background-color: #518741;
}
.BgClassName
{
background-color: #518741;
}
</style>
border-color css
<style>
span { border-color: #518741; }
span { border-color: rgb(81,135,65); }
td.TdClassName
{
border-color: #518741;
}
.TagClassName
{
border-color: #518741;
}
</style>