Shades of Fern Green #51754A
Tints of Fern Green #51754A
RGB
CMYK
RGB Variations
Color information
#51754A (or 0x51754A) is known color: Fern Green. HEX triplet: 51, 75 and 4A. RGB value is (81,117,74). Sum of RGB (Red+Green+Blue) = 81+117+74=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 117 - color contains mainly: green. Hex color #51754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51754A is #AE8AB5. Grayscale: #656565. Windows color (decimal): -11438774 or 4879697. OLE color: 4879697.
HSL color Cylindrical-coordinate representation of color #51754A: hue angle of 110.23º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51754A is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 117 | 74 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.54 |
| HSL | 110.23º | 0.23% | 0.37% | - |
| HSV(B) | 110.23º | 0.37% | 0.46% | - |
| XYZ | 10.99 | 14.97 | 8.79 | - |
| YUV | 101.33 | 112.57 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 74 | 0.31 | 0 | 0.37 | 0.54 | 110.23 | 0.23 | 0.37 |
| Hex | 51 | 75 | 4A | 1F | 0 | 25 | 36 | 6E | 17 | 25 |
| Octal | 121 | 165 | 112 | 37 | 0 | 45 | 66 | 156 | 27 | 45 |
| Binary | 1010001 | 1110101 | 1001010 | 11111 | 0 | 100101 | 110110 | 1101110 | 10111 | 100101 |
Color Harmonies of #51754A
Complementary color
Monochromatic Colors of #51754A
Black with #51754A
Text Example
Text Example
White with #51754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51754A; }
p { color: rgb(81,117,74); }
H1.HeaderClassName
{
color: #51754A;
}
.AnyTagClassName
{
color: #51754A;
}
</style>
background-color css
<style>
a { background-color: #51754A; }
a { background-color: rgb(81,117,74); }
div.DivClassName
{
background-color: #51754A;
}
.BgClassName
{
background-color: #51754A;
}
</style>
border-color css
<style>
span { border-color: #51754A; }
span { border-color: rgb(81,117,74); }
td.TdClassName
{
border-color: #51754A;
}
.TagClassName
{
border-color: #51754A;
}
</style>