Shades of Fern Green #51784B
Tints of Fern Green #51784B
RGB
CMYK
RGB Variations
Color information
#51784B (or 0x51784B) is known color: Fern Green. HEX triplet: 51, 78 and 4B. RGB value is (81,120,75). Sum of RGB (Red+Green+Blue) = 81+120+75=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #51784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51784B is #AE87B4. Grayscale: #676767. Windows color (decimal): -11438005 or 4946001. OLE color: 4946001.
HSL color Cylindrical-coordinate representation of color #51784B: hue angle of 112º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #51784B is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 81 | 120 | 75 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.53 |
| HSL | 112º | 0.23% | 0.38% | - |
| HSV(B) | 112º | 0.38% | 0.47% | - |
| XYZ | 11.38 | 15.69 | 9.09 | - |
| YUV | 103.21 | 112.08 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 75 | 0.32 | 0 | 0.37 | 0.53 | 112 | 0.23 | 0.38 |
| Hex | 51 | 78 | 4B | 20 | 0 | 25 | 35 | 70 | 17 | 26 |
| Octal | 121 | 170 | 113 | 40 | 0 | 45 | 65 | 160 | 27 | 46 |
| Binary | 1010001 | 1111000 | 1001011 | 100000 | 0 | 100101 | 110101 | 1110000 | 10111 | 100110 |
Color Harmonies of #51784B
Complementary color
Monochromatic Colors of #51784B
Black with #51784B
Text Example
Text Example
White with #51784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51784B; }
p { color: rgb(81,120,75); }
H1.HeaderClassName
{
color: #51784B;
}
.AnyTagClassName
{
color: #51784B;
}
</style>
background-color css
<style>
a { background-color: #51784B; }
a { background-color: rgb(81,120,75); }
div.DivClassName
{
background-color: #51784B;
}
.BgClassName
{
background-color: #51784B;
}
</style>
border-color css
<style>
span { border-color: #51784B; }
span { border-color: rgb(81,120,75); }
td.TdClassName
{
border-color: #51784B;
}
.TagClassName
{
border-color: #51784B;
}
</style>