Shades of Fern Green #519140
Tints of Fern Green #519140
RGB
CMYK
RGB Variations
Color information
#519140 (or 0x519140) is known color: Fern Green. HEX triplet: 51, 91 and 40. RGB value is (81,145,64). Sum of RGB (Red+Green+Blue) = 81+145+64=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #519140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #519140 is #AE6EBF. Grayscale: #747474. Windows color (decimal): -11431616 or 4231505. OLE color: 4231505.
HSL color Cylindrical-coordinate representation of color #519140: hue angle of 107.41º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #519140 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 81 | 145 | 64 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.43 |
| HSL | 107.41º | 0.39% | 0.41% | - |
| HSV(B) | 107.41º | 0.56% | 0.57% | - |
| XYZ | 14.44 | 22.37 | 8.41 | - |
| YUV | 116.63 | 98.3 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 64 | 0.44 | 0 | 0.56 | 0.43 | 107.41 | 0.39 | 0.41 |
| Hex | 51 | 91 | 40 | 2C | 0 | 38 | 2B | 6B | 27 | 29 |
| Octal | 121 | 221 | 100 | 54 | 0 | 70 | 53 | 153 | 47 | 51 |
| Binary | 1010001 | 10010001 | 1000000 | 101100 | 0 | 111000 | 101011 | 1101011 | 100111 | 101001 |
Color Harmonies of #519140
Complementary color
Monochromatic Colors of #519140
Black with #519140
Text Example
Text Example
White with #519140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519140; }
p { color: rgb(81,145,64); }
H1.HeaderClassName
{
color: #519140;
}
.AnyTagClassName
{
color: #519140;
}
</style>
background-color css
<style>
a { background-color: #519140; }
a { background-color: rgb(81,145,64); }
div.DivClassName
{
background-color: #519140;
}
.BgClassName
{
background-color: #519140;
}
</style>
border-color css
<style>
span { border-color: #519140; }
span { border-color: rgb(81,145,64); }
td.TdClassName
{
border-color: #519140;
}
.TagClassName
{
border-color: #519140;
}
</style>