Shades of Fern Green #51784C
Tints of Fern Green #51784C
RGB
CMYK
RGB Variations
Color information
#51784C (or 0x51784C) is known color: Fern Green. HEX triplet: 51, 78 and 4C. RGB value is (81,120,76). Sum of RGB (Red+Green+Blue) = 81+120+76=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #51784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51784C is #AE87B3. Grayscale: #676767. Windows color (decimal): -11438004 or 5011537. OLE color: 5011537.
HSL color Cylindrical-coordinate representation of color #51784C: hue angle of 113.18º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51784C is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 76 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.53 |
| HSL | 113.18º | 0.22% | 0.38% | - |
| HSV(B) | 113.18º | 0.37% | 0.47% | - |
| XYZ | 11.41 | 15.7 | 9.27 | - |
| YUV | 103.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 76 | 0.32 | 0 | 0.37 | 0.53 | 113.18 | 0.22 | 0.38 |
| Hex | 51 | 78 | 4C | 20 | 0 | 25 | 35 | 71 | 16 | 26 |
| Octal | 121 | 170 | 114 | 40 | 0 | 45 | 65 | 161 | 26 | 46 |
| Binary | 1010001 | 1111000 | 1001100 | 100000 | 0 | 100101 | 110101 | 1110001 | 10110 | 100110 |
Color Harmonies of #51784C
Complementary color
Monochromatic Colors of #51784C
Black with #51784C
Text Example
Text Example
White with #51784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51784C; }
p { color: rgb(81,120,76); }
H1.HeaderClassName
{
color: #51784C;
}
.AnyTagClassName
{
color: #51784C;
}
</style>
background-color css
<style>
a { background-color: #51784C; }
a { background-color: rgb(81,120,76); }
div.DivClassName
{
background-color: #51784C;
}
.BgClassName
{
background-color: #51784C;
}
</style>
border-color css
<style>
span { border-color: #51784C; }
span { border-color: rgb(81,120,76); }
td.TdClassName
{
border-color: #51784C;
}
.TagClassName
{
border-color: #51784C;
}
</style>