Shades of Fern Green #518441
Tints of Fern Green #518441
RGB
CMYK
RGB Variations
Color information
#518441 (or 0x518441) is known color: Fern Green. HEX triplet: 51, 84 and 41. RGB value is (81,132,65). Sum of RGB (Red+Green+Blue) = 81+132+65=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #518441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518441 is #AE7BBE. Grayscale: #6D6D6D. Windows color (decimal): -11434943 or 4293713. OLE color: 4293713.
HSL color Cylindrical-coordinate representation of color #518441: hue angle of 105.67º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #518441 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 65 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.48 |
| HSL | 105.67º | 0.34% | 0.39% | - |
| HSV(B) | 105.67º | 0.51% | 0.52% | - |
| XYZ | 12.6 | 18.63 | 7.93 | - |
| YUV | 109.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 65 | 0.39 | 0 | 0.51 | 0.48 | 105.67 | 0.34 | 0.39 |
| Hex | 51 | 84 | 41 | 27 | 0 | 33 | 30 | 6A | 22 | 27 |
| Octal | 121 | 204 | 101 | 47 | 0 | 63 | 60 | 152 | 42 | 47 |
| Binary | 1010001 | 10000100 | 1000001 | 100111 | 0 | 110011 | 110000 | 1101010 | 100010 | 100111 |
Color Harmonies of #518441
Complementary color
Monochromatic Colors of #518441
Black with #518441
Text Example
Text Example
White with #518441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518441; }
p { color: rgb(81,132,65); }
H1.HeaderClassName
{
color: #518441;
}
.AnyTagClassName
{
color: #518441;
}
</style>
background-color css
<style>
a { background-color: #518441; }
a { background-color: rgb(81,132,65); }
div.DivClassName
{
background-color: #518441;
}
.BgClassName
{
background-color: #518441;
}
</style>
border-color css
<style>
span { border-color: #518441; }
span { border-color: rgb(81,132,65); }
td.TdClassName
{
border-color: #518441;
}
.TagClassName
{
border-color: #518441;
}
</style>