Shades of Fern Green #51844B
Tints of Fern Green #51844B
RGB
CMYK
RGB Variations
Color information
#51844B (or 0x51844B) is known color: Fern Green. HEX triplet: 51, 84 and 4B. RGB value is (81,132,75). Sum of RGB (Red+Green+Blue) = 81+132+75=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 132 (51.95% from 255 or 45.83% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 132 - color contains mainly: green. Hex color #51844B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51844B is #AE7BB4. Grayscale: #6E6E6E. Windows color (decimal): -11434933 or 4949073. OLE color: 4949073.
HSL color Cylindrical-coordinate representation of color #51844B: hue angle of 113.68º degrees, saturation: 0.28, 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 #51844B is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 81 | 132 | 75 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.48 |
| HSL | 113.68º | 0.28% | 0.41% | - |
| HSV(B) | 113.68º | 0.43% | 0.52% | - |
| XYZ | 12.91 | 18.76 | 9.6 | - |
| YUV | 110.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 132 | 75 | 0.39 | 0 | 0.43 | 0.48 | 113.68 | 0.28 | 0.41 |
| Hex | 51 | 84 | 4B | 27 | 0 | 2B | 30 | 72 | 1C | 29 |
| Octal | 121 | 204 | 113 | 47 | 0 | 53 | 60 | 162 | 34 | 51 |
| Binary | 1010001 | 10000100 | 1001011 | 100111 | 0 | 101011 | 110000 | 1110010 | 11100 | 101001 |
Color Harmonies of #51844B
Complementary color
Monochromatic Colors of #51844B
Black with #51844B
Text Example
Text Example
White with #51844B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51844B; }
p { color: rgb(81,132,75); }
H1.HeaderClassName
{
color: #51844B;
}
.AnyTagClassName
{
color: #51844B;
}
</style>
background-color css
<style>
a { background-color: #51844B; }
a { background-color: rgb(81,132,75); }
div.DivClassName
{
background-color: #51844B;
}
.BgClassName
{
background-color: #51844B;
}
</style>
border-color css
<style>
span { border-color: #51844B; }
span { border-color: rgb(81,132,75); }
td.TdClassName
{
border-color: #51844B;
}
.TagClassName
{
border-color: #51844B;
}
</style>