Shades of Fern Green #51763A
Tints of Fern Green #51763A
RGB
CMYK
RGB Variations
Color information
#51763A (or 0x51763A) is known color: Fern Green. HEX triplet: 51, 76 and 3A. RGB value is (81,118,58). Sum of RGB (Red+Green+Blue) = 81+118+58=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #51763A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51763A is #AE89C5. Grayscale: #646464. Windows color (decimal): -11438534 or 3831377. OLE color: 3831377.
HSL color Cylindrical-coordinate representation of color #51763A: hue angle of 97º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51763A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 118 | 58 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.54 |
| HSL | 97º | 0.34% | 0.35% | - |
| HSV(B) | 97º | 0.51% | 0.46% | - |
| XYZ | 10.64 | 15.01 | 6.34 | - |
| YUV | 100.1 | 104.24 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 58 | 0.31 | 0 | 0.51 | 0.54 | 97 | 0.34 | 0.35 |
| Hex | 51 | 76 | 3A | 1F | 0 | 33 | 36 | 61 | 22 | 23 |
| Octal | 121 | 166 | 72 | 37 | 0 | 63 | 66 | 141 | 42 | 43 |
| Binary | 1010001 | 1110110 | 111010 | 11111 | 0 | 110011 | 110110 | 1100001 | 100010 | 100011 |
Color Harmonies of #51763A
Complementary color
Monochromatic Colors of #51763A
Black with #51763A
Text Example
Text Example
White with #51763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51763A; }
p { color: rgb(81,118,58); }
H1.HeaderClassName
{
color: #51763A;
}
.AnyTagClassName
{
color: #51763A;
}
</style>
background-color css
<style>
a { background-color: #51763A; }
a { background-color: rgb(81,118,58); }
div.DivClassName
{
background-color: #51763A;
}
.BgClassName
{
background-color: #51763A;
}
</style>
border-color css
<style>
span { border-color: #51763A; }
span { border-color: rgb(81,118,58); }
td.TdClassName
{
border-color: #51763A;
}
.TagClassName
{
border-color: #51763A;
}
</style>