Shades of Fern Green #518145
Tints of Fern Green #518145
RGB
CMYK
RGB Variations
Color information
#518145 (or 0x518145) is known color: Fern Green. HEX triplet: 51, 81 and 45. RGB value is (81,129,69). Sum of RGB (Red+Green+Blue) = 81+129+69=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #518145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518145 is #AE7EBA. Grayscale: #6C6C6C. Windows color (decimal): -11435707 or 4555089. OLE color: 4555089.
HSL color Cylindrical-coordinate representation of color #518145: hue angle of 108º 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 #518145 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 69 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.49 |
| HSL | 108º | 0.3% | 0.39% | - |
| HSV(B) | 108º | 0.47% | 0.51% | - |
| XYZ | 12.32 | 17.88 | 8.43 | - |
| YUV | 107.81 | 106.1 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 69 | 0.37 | 0 | 0.47 | 0.49 | 108 | 0.3 | 0.39 |
| Hex | 51 | 81 | 45 | 25 | 0 | 2F | 31 | 6C | 1E | 27 |
| Octal | 121 | 201 | 105 | 45 | 0 | 57 | 61 | 154 | 36 | 47 |
| Binary | 1010001 | 10000001 | 1000101 | 100101 | 0 | 101111 | 110001 | 1101100 | 11110 | 100111 |
Color Harmonies of #518145
Complementary color
Monochromatic Colors of #518145
Black with #518145
Text Example
Text Example
White with #518145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518145; }
p { color: rgb(81,129,69); }
H1.HeaderClassName
{
color: #518145;
}
.AnyTagClassName
{
color: #518145;
}
</style>
background-color css
<style>
a { background-color: #518145; }
a { background-color: rgb(81,129,69); }
div.DivClassName
{
background-color: #518145;
}
.BgClassName
{
background-color: #518145;
}
</style>
border-color css
<style>
span { border-color: #518145; }
span { border-color: rgb(81,129,69); }
td.TdClassName
{
border-color: #518145;
}
.TagClassName
{
border-color: #518145;
}
</style>