Shades of Fern Green #518745
Tints of Fern Green #518745
RGB
CMYK
RGB Variations
Color information
#518745 (or 0x518745) is known color: Fern Green. HEX triplet: 51, 87 and 45. RGB value is (81,135,69). Sum of RGB (Red+Green+Blue) = 81+135+69=285 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.42% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #518745 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518745 is #AE78BA. Grayscale: #6F6F6F. Windows color (decimal): -11434171 or 4556625. OLE color: 4556625.
HSL color Cylindrical-coordinate representation of color #518745: hue angle of 109.09º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #518745 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 69 | - |
| CMYK | 0.40 | 0 | 0.49 | 0.47 |
| HSL | 109.09º | 0.32% | 0.4% | - |
| HSV(B) | 109.09º | 0.49% | 0.53% | - |
| XYZ | 13.13 | 19.51 | 8.7 | - |
| YUV | 111.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 69 | 0.40 | 0 | 0.49 | 0.47 | 109.09 | 0.32 | 0.4 |
| Hex | 51 | 87 | 45 | 28 | 0 | 31 | 2F | 6D | 20 | 28 |
| Octal | 121 | 207 | 105 | 50 | 0 | 61 | 57 | 155 | 40 | 50 |
| Binary | 1010001 | 10000111 | 1000101 | 101000 | 0 | 110001 | 101111 | 1101101 | 100000 | 101000 |
Color Harmonies of #518745
Complementary color
Monochromatic Colors of #518745
Black with #518745
Text Example
Text Example
White with #518745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518745; }
p { color: rgb(81,135,69); }
H1.HeaderClassName
{
color: #518745;
}
.AnyTagClassName
{
color: #518745;
}
</style>
background-color css
<style>
a { background-color: #518745; }
a { background-color: rgb(81,135,69); }
div.DivClassName
{
background-color: #518745;
}
.BgClassName
{
background-color: #518745;
}
</style>
border-color css
<style>
span { border-color: #518745; }
span { border-color: rgb(81,135,69); }
td.TdClassName
{
border-color: #518745;
}
.TagClassName
{
border-color: #518745;
}
</style>