Shades of Fern Green #51713D
Tints of Fern Green #51713D
RGB
CMYK
RGB Variations
Color information
#51713D (or 0x51713D) is known color: Fern Green. HEX triplet: 51, 71 and 3D. RGB value is (81,113,61). Sum of RGB (Red+Green+Blue) = 81+113+61=255 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.76% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #51713D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51713D is #AE8EC2. Grayscale: #616161. Windows color (decimal): -11439811 or 4026705. OLE color: 4026705.
HSL color Cylindrical-coordinate representation of color #51713D: hue angle of 96.92º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51713D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 81 | 113 | 61 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.56 |
| HSL | 96.92º | 0.3% | 0.34% | - |
| HSV(B) | 96.92º | 0.46% | 0.44% | - |
| XYZ | 10.14 | 13.9 | 6.56 | - |
| YUV | 97.5 | 107.4 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 113 | 61 | 0.28 | 0 | 0.46 | 0.56 | 96.92 | 0.3 | 0.34 |
| Hex | 51 | 71 | 3D | 1C | 0 | 2E | 38 | 61 | 1E | 22 |
| Octal | 121 | 161 | 75 | 34 | 0 | 56 | 70 | 141 | 36 | 42 |
| Binary | 1010001 | 1110001 | 111101 | 11100 | 0 | 101110 | 111000 | 1100001 | 11110 | 100010 |
Color Harmonies of #51713D
Complementary color
Monochromatic Colors of #51713D
Black with #51713D
Text Example
Text Example
White with #51713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51713D; }
p { color: rgb(81,113,61); }
H1.HeaderClassName
{
color: #51713D;
}
.AnyTagClassName
{
color: #51713D;
}
</style>
background-color css
<style>
a { background-color: #51713D; }
a { background-color: rgb(81,113,61); }
div.DivClassName
{
background-color: #51713D;
}
.BgClassName
{
background-color: #51713D;
}
</style>
border-color css
<style>
span { border-color: #51713D; }
span { border-color: rgb(81,113,61); }
td.TdClassName
{
border-color: #51713D;
}
.TagClassName
{
border-color: #51713D;
}
</style>