Shades of Fern Green #517941
Tints of Fern Green #517941
RGB
CMYK
RGB Variations
Color information
#517941 (or 0x517941) is known color: Fern Green. HEX triplet: 51, 79 and 41. RGB value is (81,121,65). Sum of RGB (Red+Green+Blue) = 81+121+65=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 121 - color contains mainly: green. Hex color #517941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #517941 is #AE86BE. Grayscale: #666666. Windows color (decimal): -11437759 or 4290897. OLE color: 4290897.
HSL color Cylindrical-coordinate representation of color #517941: hue angle of 102.86º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517941 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 121 | 65 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.53 |
| HSL | 102.86º | 0.3% | 0.36% | - |
| HSV(B) | 102.86º | 0.46% | 0.47% | - |
| XYZ | 11.18 | 15.81 | 7.46 | - |
| YUV | 102.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 121 | 65 | 0.33 | 0 | 0.46 | 0.53 | 102.86 | 0.3 | 0.36 |
| Hex | 51 | 79 | 41 | 21 | 0 | 2E | 35 | 67 | 1E | 24 |
| Octal | 121 | 171 | 101 | 41 | 0 | 56 | 65 | 147 | 36 | 44 |
| Binary | 1010001 | 1111001 | 1000001 | 100001 | 0 | 101110 | 110101 | 1100111 | 11110 | 100100 |
Color Harmonies of #517941
Complementary color
Monochromatic Colors of #517941
Black with #517941
Text Example
Text Example
White with #517941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #517941; }
p { color: rgb(81,121,65); }
H1.HeaderClassName
{
color: #517941;
}
.AnyTagClassName
{
color: #517941;
}
</style>
background-color css
<style>
a { background-color: #517941; }
a { background-color: rgb(81,121,65); }
div.DivClassName
{
background-color: #517941;
}
.BgClassName
{
background-color: #517941;
}
</style>
border-color css
<style>
span { border-color: #517941; }
span { border-color: rgb(81,121,65); }
td.TdClassName
{
border-color: #517941;
}
.TagClassName
{
border-color: #517941;
}
</style>