Shades of Fern Green #51753E
Tints of Fern Green #51753E
RGB
CMYK
RGB Variations
Color information
#51753E (or 0x51753E) is known color: Fern Green. HEX triplet: 51, 75 and 3E. RGB value is (81,117,62). Sum of RGB (Red+Green+Blue) = 81+117+62=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 117 (46.09% from 255 or 45% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 117 - color contains mainly: green. Hex color #51753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51753E is #AE8AC1. Grayscale: #646464. Windows color (decimal): -11438786 or 4093265. OLE color: 4093265.
HSL color Cylindrical-coordinate representation of color #51753E: hue angle of 99.27º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51753E is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 117 | 62 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.54 |
| HSL | 99.27º | 0.31% | 0.35% | - |
| HSV(B) | 99.27º | 0.47% | 0.46% | - |
| XYZ | 10.62 | 14.82 | 6.86 | - |
| YUV | 99.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 62 | 0.31 | 0 | 0.47 | 0.54 | 99.27 | 0.31 | 0.35 |
| Hex | 51 | 75 | 3E | 1F | 0 | 2F | 36 | 63 | 1F | 23 |
| Octal | 121 | 165 | 76 | 37 | 0 | 57 | 66 | 143 | 37 | 43 |
| Binary | 1010001 | 1110101 | 111110 | 11111 | 0 | 101111 | 110110 | 1100011 | 11111 | 100011 |
Color Harmonies of #51753E
Complementary color
Monochromatic Colors of #51753E
Black with #51753E
Text Example
Text Example
White with #51753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51753E; }
p { color: rgb(81,117,62); }
H1.HeaderClassName
{
color: #51753E;
}
.AnyTagClassName
{
color: #51753E;
}
</style>
background-color css
<style>
a { background-color: #51753E; }
a { background-color: rgb(81,117,62); }
div.DivClassName
{
background-color: #51753E;
}
.BgClassName
{
background-color: #51753E;
}
</style>
border-color css
<style>
span { border-color: #51753E; }
span { border-color: rgb(81,117,62); }
td.TdClassName
{
border-color: #51753E;
}
.TagClassName
{
border-color: #51753E;
}
</style>