Shades of Fern Green #51814D
Tints of Fern Green #51814D
RGB
CMYK
RGB Variations
Color information
#51814D (or 0x51814D) is known color: Fern Green. HEX triplet: 51, 81 and 4D. RGB value is (81,129,77). Sum of RGB (Red+Green+Blue) = 81+129+77=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #51814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51814D is #AE7EB2. Grayscale: #6C6C6C. Windows color (decimal): -11435699 or 5079377. OLE color: 5079377.
HSL color Cylindrical-coordinate representation of color #51814D: hue angle of 115.38º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51814D is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 77 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.49 |
| HSL | 115.38º | 0.25% | 0.4% | - |
| HSV(B) | 115.38º | 0.4% | 0.51% | - |
| XYZ | 12.58 | 17.99 | 9.83 | - |
| YUV | 108.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 77 | 0.37 | 0 | 0.40 | 0.49 | 115.38 | 0.25 | 0.4 |
| Hex | 51 | 81 | 4D | 25 | 0 | 28 | 31 | 73 | 19 | 28 |
| Octal | 121 | 201 | 115 | 45 | 0 | 50 | 61 | 163 | 31 | 50 |
| Binary | 1010001 | 10000001 | 1001101 | 100101 | 0 | 101000 | 110001 | 1110011 | 11001 | 101000 |
Color Harmonies of #51814D
Complementary color
Monochromatic Colors of #51814D
Black with #51814D
Text Example
Text Example
White with #51814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51814D; }
p { color: rgb(81,129,77); }
H1.HeaderClassName
{
color: #51814D;
}
.AnyTagClassName
{
color: #51814D;
}
</style>
background-color css
<style>
a { background-color: #51814D; }
a { background-color: rgb(81,129,77); }
div.DivClassName
{
background-color: #51814D;
}
.BgClassName
{
background-color: #51814D;
}
</style>
border-color css
<style>
span { border-color: #51814D; }
span { border-color: rgb(81,129,77); }
td.TdClassName
{
border-color: #51814D;
}
.TagClassName
{
border-color: #51814D;
}
</style>