Shades of Fern Green #51853C
Tints of Fern Green #51853C
RGB
CMYK
RGB Variations
Color information
#51853C (or 0x51853C) is known color: Fern Green. HEX triplet: 51, 85 and 3C. RGB value is (81,133,60). Sum of RGB (Red+Green+Blue) = 81+133+60=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #51853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51853C is #AE7AC3. Grayscale: #6D6D6D. Windows color (decimal): -11434692 or 3966289. OLE color: 3966289.
HSL color Cylindrical-coordinate representation of color #51853C: hue angle of 102.74º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51853C is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 133 | 60 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.48 |
| HSL | 102.74º | 0.38% | 0.38% | - |
| HSV(B) | 102.74º | 0.55% | 0.52% | - |
| XYZ | 12.6 | 18.85 | 7.25 | - |
| YUV | 109.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 133 | 60 | 0.39 | 0 | 0.55 | 0.48 | 102.74 | 0.38 | 0.38 |
| Hex | 51 | 85 | 3C | 27 | 0 | 37 | 30 | 67 | 26 | 26 |
| Octal | 121 | 205 | 74 | 47 | 0 | 67 | 60 | 147 | 46 | 46 |
| Binary | 1010001 | 10000101 | 111100 | 100111 | 0 | 110111 | 110000 | 1100111 | 100110 | 100110 |
Color Harmonies of #51853C
Complementary color
Monochromatic Colors of #51853C
Black with #51853C
Text Example
Text Example
White with #51853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51853C; }
p { color: rgb(81,133,60); }
H1.HeaderClassName
{
color: #51853C;
}
.AnyTagClassName
{
color: #51853C;
}
</style>
background-color css
<style>
a { background-color: #51853C; }
a { background-color: rgb(81,133,60); }
div.DivClassName
{
background-color: #51853C;
}
.BgClassName
{
background-color: #51853C;
}
</style>
border-color css
<style>
span { border-color: #51853C; }
span { border-color: rgb(81,133,60); }
td.TdClassName
{
border-color: #51853C;
}
.TagClassName
{
border-color: #51853C;
}
</style>