Shades of Fern Green #51703F
Tints of Fern Green #51703F
RGB
CMYK
RGB Variations
Color information
#51703F (or 0x51703F) is known color: Fern Green. HEX triplet: 51, 70 and 3F. RGB value is (81,112,63). Sum of RGB (Red+Green+Blue) = 81+112+63=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #51703F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51703F is #AE8FC0. Grayscale: #616161. Windows color (decimal): -11440065 or 4157521. OLE color: 4157521.
HSL color Cylindrical-coordinate representation of color #51703F: hue angle of 97.96º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51703F is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 112 | 63 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.56 |
| HSL | 97.96º | 0.28% | 0.34% | - |
| HSV(B) | 97.96º | 0.44% | 0.44% | - |
| XYZ | 10.08 | 13.7 | 6.81 | - |
| YUV | 97.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 112 | 63 | 0.28 | 0 | 0.44 | 0.56 | 97.96 | 0.28 | 0.34 |
| Hex | 51 | 70 | 3F | 1C | 0 | 2C | 38 | 62 | 1C | 22 |
| Octal | 121 | 160 | 77 | 34 | 0 | 54 | 70 | 142 | 34 | 42 |
| Binary | 1010001 | 1110000 | 111111 | 11100 | 0 | 101100 | 111000 | 1100010 | 11100 | 100010 |
Color Harmonies of #51703F
Complementary color
Monochromatic Colors of #51703F
Black with #51703F
Text Example
Text Example
White with #51703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51703F; }
p { color: rgb(81,112,63); }
H1.HeaderClassName
{
color: #51703F;
}
.AnyTagClassName
{
color: #51703F;
}
</style>
background-color css
<style>
a { background-color: #51703F; }
a { background-color: rgb(81,112,63); }
div.DivClassName
{
background-color: #51703F;
}
.BgClassName
{
background-color: #51703F;
}
</style>
border-color css
<style>
span { border-color: #51703F; }
span { border-color: rgb(81,112,63); }
td.TdClassName
{
border-color: #51703F;
}
.TagClassName
{
border-color: #51703F;
}
</style>