Shades of Fern Green #51963F
Tints of Fern Green #51963F
RGB
CMYK
RGB Variations
Color information
#51963F (or 0x51963F) is known color: Fern Green. HEX triplet: 51, 96 and 3F. RGB value is (81,150,63). Sum of RGB (Red+Green+Blue) = 81+150+63=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #51963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51963F is #AE69C0. Grayscale: #777777. Windows color (decimal): -11430337 or 4167249. OLE color: 4167249.
HSL color Cylindrical-coordinate representation of color #51963F: hue angle of 107.59º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51963F is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 150 | 63 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.41 |
| HSL | 107.59º | 0.41% | 0.42% | - |
| HSV(B) | 107.59º | 0.58% | 0.59% | - |
| XYZ | 15.2 | 23.92 | 8.52 | - |
| YUV | 119.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 63 | 0.46 | 0 | 0.58 | 0.41 | 107.59 | 0.41 | 0.42 |
| Hex | 51 | 96 | 3F | 2E | 0 | 3A | 29 | 6C | 29 | 2A |
| Octal | 121 | 226 | 77 | 56 | 0 | 72 | 51 | 154 | 51 | 52 |
| Binary | 1010001 | 10010110 | 111111 | 101110 | 0 | 111010 | 101001 | 1101100 | 101001 | 101010 |
Color Harmonies of #51963F
Complementary color
Monochromatic Colors of #51963F
Black with #51963F
Text Example
Text Example
White with #51963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51963F; }
p { color: rgb(81,150,63); }
H1.HeaderClassName
{
color: #51963F;
}
.AnyTagClassName
{
color: #51963F;
}
</style>
background-color css
<style>
a { background-color: #51963F; }
a { background-color: rgb(81,150,63); }
div.DivClassName
{
background-color: #51963F;
}
.BgClassName
{
background-color: #51963F;
}
</style>
border-color css
<style>
span { border-color: #51963F; }
span { border-color: rgb(81,150,63); }
td.TdClassName
{
border-color: #51963F;
}
.TagClassName
{
border-color: #51963F;
}
</style>