Shades of Fern Green #51854C
Tints of Fern Green #51854C
RGB
CMYK
RGB Variations
Color information
#51854C (or 0x51854C) is known color: Fern Green. HEX triplet: 51, 85 and 4C. RGB value is (81,133,76). Sum of RGB (Red+Green+Blue) = 81+133+76=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #51854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51854C is #AE7AB3. Grayscale: #6F6F6F. Windows color (decimal): -11434676 or 5014865. OLE color: 5014865.
HSL color Cylindrical-coordinate representation of color #51854C: hue angle of 114.74º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #51854C is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 76 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.48 |
| HSL | 114.74º | 0.27% | 0.41% | - |
| HSV(B) | 114.74º | 0.43% | 0.52% | - |
| XYZ | 13.09 | 19.05 | 9.82 | - |
| YUV | 110.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 76 | 0.39 | 0 | 0.43 | 0.48 | 114.74 | 0.27 | 0.41 |
| Hex | 51 | 85 | 4C | 27 | 0 | 2B | 30 | 73 | 1B | 29 |
| Octal | 121 | 205 | 114 | 47 | 0 | 53 | 60 | 163 | 33 | 51 |
| Binary | 1010001 | 10000101 | 1001100 | 100111 | 0 | 101011 | 110000 | 1110011 | 11011 | 101001 |
Color Harmonies of #51854C
Complementary color
Monochromatic Colors of #51854C
Black with #51854C
Text Example
Text Example
White with #51854C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51854C; }
p { color: rgb(81,133,76); }
H1.HeaderClassName
{
color: #51854C;
}
.AnyTagClassName
{
color: #51854C;
}
</style>
background-color css
<style>
a { background-color: #51854C; }
a { background-color: rgb(81,133,76); }
div.DivClassName
{
background-color: #51854C;
}
.BgClassName
{
background-color: #51854C;
}
</style>
border-color css
<style>
span { border-color: #51854C; }
span { border-color: rgb(81,133,76); }
td.TdClassName
{
border-color: #51854C;
}
.TagClassName
{
border-color: #51854C;
}
</style>