Shades of Fern Green #517A4E
Tints of Fern Green #517A4E
RGB
CMYK
RGB Variations
Color information
#517A4E (or 0x517A4E) is known color: Fern Green. HEX triplet: 51, 7A and 4E. RGB value is (81,122,78). Sum of RGB (Red+Green+Blue) = 81+122+78=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #517A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A4E is #AE85B1. Grayscale: #686868. Windows color (decimal): -11437490 or 5143121. OLE color: 5143121.
HSL color Cylindrical-coordinate representation of color #517A4E: hue angle of 115.91º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517A4E is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 78 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.52 |
| HSL | 115.91º | 0.22% | 0.39% | - |
| HSV(B) | 115.91º | 0.36% | 0.48% | - |
| XYZ | 11.73 | 16.22 | 9.72 | - |
| YUV | 104.73 | 112.92 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 78 | 0.34 | 0 | 0.36 | 0.52 | 115.91 | 0.22 | 0.39 |
| Hex | 51 | 7A | 4E | 22 | 0 | 24 | 34 | 74 | 16 | 27 |
| Octal | 121 | 172 | 116 | 42 | 0 | 44 | 64 | 164 | 26 | 47 |
| Binary | 1010001 | 1111010 | 1001110 | 100010 | 0 | 100100 | 110100 | 1110100 | 10110 | 100111 |
Color Harmonies of #517A4E
Complementary color
Monochromatic Colors of #517A4E
Black with #517A4E
Text Example
Text Example
White with #517A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A4E; }
p { color: rgb(81,122,78); }
H1.HeaderClassName
{
color: #517A4E;
}
.AnyTagClassName
{
color: #517A4E;
}
</style>
background-color css
<style>
a { background-color: #517A4E; }
a { background-color: rgb(81,122,78); }
div.DivClassName
{
background-color: #517A4E;
}
.BgClassName
{
background-color: #517A4E;
}
</style>
border-color css
<style>
span { border-color: #517A4E; }
span { border-color: rgb(81,122,78); }
td.TdClassName
{
border-color: #517A4E;
}
.TagClassName
{
border-color: #517A4E;
}
</style>