Shades of Fern Green #51773D
Tints of Fern Green #51773D
RGB
CMYK
RGB Variations
Color information
#51773D (or 0x51773D) is known color: Fern Green. HEX triplet: 51, 77 and 3D. RGB value is (81,119,61). Sum of RGB (Red+Green+Blue) = 81+119+61=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #51773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51773D is #AE88C2. Grayscale: #656565. Windows color (decimal): -11438275 or 4028241. OLE color: 4028241.
HSL color Cylindrical-coordinate representation of color #51773D: hue angle of 99.31º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51773D is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 119 | 61 | - |
| CMYK | 0.32 | 0 | 0.49 | 0.53 |
| HSL | 99.31º | 0.32% | 0.35% | - |
| HSV(B) | 99.31º | 0.49% | 0.47% | - |
| XYZ | 10.83 | 15.28 | 6.79 | - |
| YUV | 101.03 | 105.41 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 119 | 61 | 0.32 | 0 | 0.49 | 0.53 | 99.31 | 0.32 | 0.35 |
| Hex | 51 | 77 | 3D | 20 | 0 | 31 | 35 | 63 | 20 | 23 |
| Octal | 121 | 167 | 75 | 40 | 0 | 61 | 65 | 143 | 40 | 43 |
| Binary | 1010001 | 1110111 | 111101 | 100000 | 0 | 110001 | 110101 | 1100011 | 100000 | 100011 |
Color Harmonies of #51773D
Complementary color
Monochromatic Colors of #51773D
Black with #51773D
Text Example
Text Example
White with #51773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51773D; }
p { color: rgb(81,119,61); }
H1.HeaderClassName
{
color: #51773D;
}
.AnyTagClassName
{
color: #51773D;
}
</style>
background-color css
<style>
a { background-color: #51773D; }
a { background-color: rgb(81,119,61); }
div.DivClassName
{
background-color: #51773D;
}
.BgClassName
{
background-color: #51773D;
}
</style>
border-color css
<style>
span { border-color: #51773D; }
span { border-color: rgb(81,119,61); }
td.TdClassName
{
border-color: #51773D;
}
.TagClassName
{
border-color: #51773D;
}
</style>