Shades of Fern Green #517E32
Tints of Fern Green #517E32
RGB
CMYK
RGB Variations
Color information
#517E32 (or 0x517E32) is known color: Fern Green. HEX triplet: 51, 7E and 32. RGB value is (81,126,50). Sum of RGB (Red+Green+Blue) = 81+126+50=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 126 (49.61% from 255 or 49.03% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 126 - color contains mainly: green. Hex color #517E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517E32 is #AE81CD. Grayscale: #686868. Windows color (decimal): -11436494 or 3309137. OLE color: 3309137.
HSL color Cylindrical-coordinate representation of color #517E32: hue angle of 95.53º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #517E32 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 126 | 50 | - |
| CMYK | 0.36 | 0 | 0.60 | 0.51 |
| HSL | 95.53º | 0.43% | 0.35% | - |
| HSV(B) | 95.53º | 0.6% | 0.49% | - |
| XYZ | 11.43 | 16.9 | 5.68 | - |
| YUV | 103.88 | 97.59 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 126 | 50 | 0.36 | 0 | 0.60 | 0.51 | 95.53 | 0.43 | 0.35 |
| Hex | 51 | 7E | 32 | 24 | 0 | 3C | 33 | 60 | 2B | 23 |
| Octal | 121 | 176 | 62 | 44 | 0 | 74 | 63 | 140 | 53 | 43 |
| Binary | 1010001 | 1111110 | 110010 | 100100 | 0 | 111100 | 110011 | 1100000 | 101011 | 100011 |
Color Harmonies of #517E32
Complementary color
Monochromatic Colors of #517E32
Black with #517E32
Text Example
Text Example
White with #517E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517E32; }
p { color: rgb(81,126,50); }
H1.HeaderClassName
{
color: #517E32;
}
.AnyTagClassName
{
color: #517E32;
}
</style>
background-color css
<style>
a { background-color: #517E32; }
a { background-color: rgb(81,126,50); }
div.DivClassName
{
background-color: #517E32;
}
.BgClassName
{
background-color: #517E32;
}
</style>
border-color css
<style>
span { border-color: #517E32; }
span { border-color: rgb(81,126,50); }
td.TdClassName
{
border-color: #517E32;
}
.TagClassName
{
border-color: #517E32;
}
</style>