Shades of Fern Green #51814A
Tints of Fern Green #51814A
RGB
CMYK
RGB Variations
Color information
#51814A (or 0x51814A) is known color: Fern Green. HEX triplet: 51, 81 and 4A. RGB value is (81,129,74). Sum of RGB (Red+Green+Blue) = 81+129+74=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #51814A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51814A is #AE7EB5. Grayscale: #6C6C6C. Windows color (decimal): -11435702 or 4882769. OLE color: 4882769.
HSL color Cylindrical-coordinate representation of color #51814A: hue angle of 112.36º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51814A is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 74 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.49 |
| HSL | 112.36º | 0.27% | 0.4% | - |
| HSV(B) | 112.36º | 0.43% | 0.51% | - |
| XYZ | 12.48 | 17.94 | 9.28 | - |
| YUV | 108.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 74 | 0.37 | 0 | 0.43 | 0.49 | 112.36 | 0.27 | 0.4 |
| Hex | 51 | 81 | 4A | 25 | 0 | 2B | 31 | 70 | 1B | 28 |
| Octal | 121 | 201 | 112 | 45 | 0 | 53 | 61 | 160 | 33 | 50 |
| Binary | 1010001 | 10000001 | 1001010 | 100101 | 0 | 101011 | 110001 | 1110000 | 11011 | 101000 |
Color Harmonies of #51814A
Complementary color
Monochromatic Colors of #51814A
Black with #51814A
Text Example
Text Example
White with #51814A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51814A; }
p { color: rgb(81,129,74); }
H1.HeaderClassName
{
color: #51814A;
}
.AnyTagClassName
{
color: #51814A;
}
</style>
background-color css
<style>
a { background-color: #51814A; }
a { background-color: rgb(81,129,74); }
div.DivClassName
{
background-color: #51814A;
}
.BgClassName
{
background-color: #51814A;
}
</style>
border-color css
<style>
span { border-color: #51814A; }
span { border-color: rgb(81,129,74); }
td.TdClassName
{
border-color: #51814A;
}
.TagClassName
{
border-color: #51814A;
}
</style>