Shades of Fern Green #51843D
Tints of Fern Green #51843D
RGB
CMYK
RGB Variations
Color information
#51843D (or 0x51843D) is known color: Fern Green. HEX triplet: 51, 84 and 3D. RGB value is (81,132,61). Sum of RGB (Red+Green+Blue) = 81+132+61=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #51843D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51843D is #AE7BC2. Grayscale: #6C6C6C. Windows color (decimal): -11434947 or 4031569. OLE color: 4031569.
HSL color Cylindrical-coordinate representation of color #51843D: hue angle of 103.1º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51843D is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 61 | - |
| CMYK | 0.39 | 0 | 0.54 | 0.48 |
| HSL | 103.1º | 0.37% | 0.38% | - |
| HSV(B) | 103.1º | 0.54% | 0.52% | - |
| XYZ | 12.49 | 18.59 | 7.34 | - |
| YUV | 108.66 | 101.1 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 61 | 0.39 | 0 | 0.54 | 0.48 | 103.1 | 0.37 | 0.38 |
| Hex | 51 | 84 | 3D | 27 | 0 | 36 | 30 | 67 | 25 | 26 |
| Octal | 121 | 204 | 75 | 47 | 0 | 66 | 60 | 147 | 45 | 46 |
| Binary | 1010001 | 10000100 | 111101 | 100111 | 0 | 110110 | 110000 | 1100111 | 100101 | 100110 |
Color Harmonies of #51843D
Complementary color
Monochromatic Colors of #51843D
Black with #51843D
Text Example
Text Example
White with #51843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51843D; }
p { color: rgb(81,132,61); }
H1.HeaderClassName
{
color: #51843D;
}
.AnyTagClassName
{
color: #51843D;
}
</style>
background-color css
<style>
a { background-color: #51843D; }
a { background-color: rgb(81,132,61); }
div.DivClassName
{
background-color: #51843D;
}
.BgClassName
{
background-color: #51843D;
}
</style>
border-color css
<style>
span { border-color: #51843D; }
span { border-color: rgb(81,132,61); }
td.TdClassName
{
border-color: #51843D;
}
.TagClassName
{
border-color: #51843D;
}
</style>