Shades of Fern Green #51843A
Tints of Fern Green #51843A
RGB
CMYK
RGB Variations
Color information
#51843A (or 0x51843A) is known color: Fern Green. HEX triplet: 51, 84 and 3A. RGB value is (81,132,58). Sum of RGB (Red+Green+Blue) = 81+132+58=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #51843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51843A is #AE7BC5. Grayscale: #6C6C6C. Windows color (decimal): -11434950 or 3834961. OLE color: 3834961.
HSL color Cylindrical-coordinate representation of color #51843A: hue angle of 101.35º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51843A is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 58 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.48 |
| HSL | 101.35º | 0.39% | 0.37% | - |
| HSV(B) | 101.35º | 0.56% | 0.52% | - |
| XYZ | 12.41 | 18.56 | 6.93 | - |
| YUV | 108.32 | 99.6 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 58 | 0.39 | 0 | 0.56 | 0.48 | 101.35 | 0.39 | 0.37 |
| Hex | 51 | 84 | 3A | 27 | 0 | 38 | 30 | 65 | 27 | 25 |
| Octal | 121 | 204 | 72 | 47 | 0 | 70 | 60 | 145 | 47 | 45 |
| Binary | 1010001 | 10000100 | 111010 | 100111 | 0 | 111000 | 110000 | 1100101 | 100111 | 100101 |
Color Harmonies of #51843A
Complementary color
Monochromatic Colors of #51843A
Black with #51843A
Text Example
Text Example
White with #51843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51843A; }
p { color: rgb(81,132,58); }
H1.HeaderClassName
{
color: #51843A;
}
.AnyTagClassName
{
color: #51843A;
}
</style>
background-color css
<style>
a { background-color: #51843A; }
a { background-color: rgb(81,132,58); }
div.DivClassName
{
background-color: #51843A;
}
.BgClassName
{
background-color: #51843A;
}
</style>
border-color css
<style>
span { border-color: #51843A; }
span { border-color: rgb(81,132,58); }
td.TdClassName
{
border-color: #51843A;
}
.TagClassName
{
border-color: #51843A;
}
</style>