Shades of Fern Green #517A40
Tints of Fern Green #517A40
RGB
CMYK
RGB Variations
Color information
#517A40 (or 0x517A40) is known color: Fern Green. HEX triplet: 51, 7A and 40. RGB value is (81,122,64). Sum of RGB (Red+Green+Blue) = 81+122+64=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 122 (48.05% from 255 or 45.69% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 122 - color contains mainly: green. Hex color #517A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517A40 is #AE85BF. Grayscale: #676767. Windows color (decimal): -11437504 or 4225617. OLE color: 4225617.
HSL color Cylindrical-coordinate representation of color #517A40: hue angle of 102.41º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517A40 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 64 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.52 |
| HSL | 102.41º | 0.31% | 0.36% | - |
| HSV(B) | 102.41º | 0.48% | 0.48% | - |
| XYZ | 11.28 | 16.04 | 7.35 | - |
| YUV | 103.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 64 | 0.34 | 0 | 0.48 | 0.52 | 102.41 | 0.31 | 0.36 |
| Hex | 51 | 7A | 40 | 22 | 0 | 30 | 34 | 66 | 1F | 24 |
| Octal | 121 | 172 | 100 | 42 | 0 | 60 | 64 | 146 | 37 | 44 |
| Binary | 1010001 | 1111010 | 1000000 | 100010 | 0 | 110000 | 110100 | 1100110 | 11111 | 100100 |
Color Harmonies of #517A40
Complementary color
Monochromatic Colors of #517A40
Black with #517A40
Text Example
Text Example
White with #517A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A40; }
p { color: rgb(81,122,64); }
H1.HeaderClassName
{
color: #517A40;
}
.AnyTagClassName
{
color: #517A40;
}
</style>
background-color css
<style>
a { background-color: #517A40; }
a { background-color: rgb(81,122,64); }
div.DivClassName
{
background-color: #517A40;
}
.BgClassName
{
background-color: #517A40;
}
</style>
border-color css
<style>
span { border-color: #517A40; }
span { border-color: rgb(81,122,64); }
td.TdClassName
{
border-color: #517A40;
}
.TagClassName
{
border-color: #517A40;
}
</style>