Shades of Fern Green #517A43
Tints of Fern Green #517A43
RGB
CMYK
RGB Variations
Color information
#517A43 (or 0x517A43) is known color: Fern Green. HEX triplet: 51, 7A and 43. RGB value is (81,122,67). Sum of RGB (Red+Green+Blue) = 81+122+67=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 122 (48.05% from 255 or 45.19% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 122 - color contains mainly: green. Hex color #517A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517A43 is #AE85BC. Grayscale: #676767. Windows color (decimal): -11437501 or 4422225. OLE color: 4422225.
HSL color Cylindrical-coordinate representation of color #517A43: hue angle of 104.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517A43 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 122 | 67 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.52 |
| HSL | 104.73º | 0.29% | 0.37% | - |
| HSV(B) | 104.73º | 0.45% | 0.48% | - |
| XYZ | 11.37 | 16.07 | 7.81 | - |
| YUV | 103.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 122 | 67 | 0.34 | 0 | 0.45 | 0.52 | 104.73 | 0.29 | 0.37 |
| Hex | 51 | 7A | 43 | 22 | 0 | 2D | 34 | 69 | 1D | 25 |
| Octal | 121 | 172 | 103 | 42 | 0 | 55 | 64 | 151 | 35 | 45 |
| Binary | 1010001 | 1111010 | 1000011 | 100010 | 0 | 101101 | 110100 | 1101001 | 11101 | 100101 |
Color Harmonies of #517A43
Complementary color
Monochromatic Colors of #517A43
Black with #517A43
Text Example
Text Example
White with #517A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517A43; }
p { color: rgb(81,122,67); }
H1.HeaderClassName
{
color: #517A43;
}
.AnyTagClassName
{
color: #517A43;
}
</style>
background-color css
<style>
a { background-color: #517A43; }
a { background-color: rgb(81,122,67); }
div.DivClassName
{
background-color: #517A43;
}
.BgClassName
{
background-color: #517A43;
}
</style>
border-color css
<style>
span { border-color: #517A43; }
span { border-color: rgb(81,122,67); }
td.TdClassName
{
border-color: #517A43;
}
.TagClassName
{
border-color: #517A43;
}
</style>