Shades of Fern Green #517D44
Tints of Fern Green #517D44
RGB
CMYK
RGB Variations
Color information
#517D44 (or 0x517D44) is known color: Fern Green. HEX triplet: 51, 7D and 44. RGB value is (81,125,68). Sum of RGB (Red+Green+Blue) = 81+125+68=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 125 (49.22% from 255 or 45.62% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 125 - color contains mainly: green. Hex color #517D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517D44 is #AE82BB. Grayscale: #696969. Windows color (decimal): -11436732 or 4488529. OLE color: 4488529.
HSL color Cylindrical-coordinate representation of color #517D44: hue angle of 106.32º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517D44 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 125 | 68 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.51 |
| HSL | 106.32º | 0.3% | 0.38% | - |
| HSV(B) | 106.32º | 0.46% | 0.49% | - |
| XYZ | 11.77 | 16.83 | 8.1 | - |
| YUV | 105.35 | 106.92 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 125 | 68 | 0.35 | 0 | 0.46 | 0.51 | 106.32 | 0.3 | 0.38 |
| Hex | 51 | 7D | 44 | 23 | 0 | 2E | 33 | 6A | 1E | 26 |
| Octal | 121 | 175 | 104 | 43 | 0 | 56 | 63 | 152 | 36 | 46 |
| Binary | 1010001 | 1111101 | 1000100 | 100011 | 0 | 101110 | 110011 | 1101010 | 11110 | 100110 |
Color Harmonies of #517D44
Complementary color
Monochromatic Colors of #517D44
Black with #517D44
Text Example
Text Example
White with #517D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517D44; }
p { color: rgb(81,125,68); }
H1.HeaderClassName
{
color: #517D44;
}
.AnyTagClassName
{
color: #517D44;
}
</style>
background-color css
<style>
a { background-color: #517D44; }
a { background-color: rgb(81,125,68); }
div.DivClassName
{
background-color: #517D44;
}
.BgClassName
{
background-color: #517D44;
}
</style>
border-color css
<style>
span { border-color: #517D44; }
span { border-color: rgb(81,125,68); }
td.TdClassName
{
border-color: #517D44;
}
.TagClassName
{
border-color: #517D44;
}
</style>