Shades of Fern Green #518640
Tints of Fern Green #518640
RGB
CMYK
RGB Variations
Color information
#518640 (or 0x518640) is known color: Fern Green. HEX triplet: 51, 86 and 40. RGB value is (81,134,64). Sum of RGB (Red+Green+Blue) = 81+134+64=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #518640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518640 is #AE79BF. Grayscale: #6E6E6E. Windows color (decimal): -11434432 or 4228689. OLE color: 4228689.
HSL color Cylindrical-coordinate representation of color #518640: hue angle of 105.43º 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 #518640 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 134 | 64 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.47 |
| HSL | 105.43º | 0.35% | 0.39% | - |
| HSV(B) | 105.43º | 0.52% | 0.53% | - |
| XYZ | 12.84 | 19.17 | 7.87 | - |
| YUV | 110.17 | 101.94 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 64 | 0.40 | 0 | 0.52 | 0.47 | 105.43 | 0.35 | 0.39 |
| Hex | 51 | 86 | 40 | 28 | 0 | 34 | 2F | 69 | 23 | 27 |
| Octal | 121 | 206 | 100 | 50 | 0 | 64 | 57 | 151 | 43 | 47 |
| Binary | 1010001 | 10000110 | 1000000 | 101000 | 0 | 110100 | 101111 | 1101001 | 100011 | 100111 |
Color Harmonies of #518640
Complementary color
Monochromatic Colors of #518640
Black with #518640
Text Example
Text Example
White with #518640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518640; }
p { color: rgb(81,134,64); }
H1.HeaderClassName
{
color: #518640;
}
.AnyTagClassName
{
color: #518640;
}
</style>
background-color css
<style>
a { background-color: #518640; }
a { background-color: rgb(81,134,64); }
div.DivClassName
{
background-color: #518640;
}
.BgClassName
{
background-color: #518640;
}
</style>
border-color css
<style>
span { border-color: #518640; }
span { border-color: rgb(81,134,64); }
td.TdClassName
{
border-color: #518640;
}
.TagClassName
{
border-color: #518640;
}
</style>