Shades of Fern Green #518233
Tints of Fern Green #518233
RGB
CMYK
RGB Variations
Color information
#518233 (or 0x518233) is known color: Fern Green. HEX triplet: 51, 82 and 33. RGB value is (81,130,51). Sum of RGB (Red+Green+Blue) = 81+130+51=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 130 (51.17% from 255 or 49.62% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 130 - color contains mainly: green. Hex color #518233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518233 is #AE7DCC. Grayscale: #6A6A6A. Windows color (decimal): -11435469 or 3375697. OLE color: 3375697.
HSL color Cylindrical-coordinate representation of color #518233: hue angle of 97.22º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #518233 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 130 | 51 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.49 |
| HSL | 97.22º | 0.44% | 0.35% | - |
| HSV(B) | 97.22º | 0.61% | 0.51% | - |
| XYZ | 11.97 | 17.95 | 5.97 | - |
| YUV | 106.34 | 96.77 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 130 | 51 | 0.38 | 0 | 0.61 | 0.49 | 97.22 | 0.44 | 0.35 |
| Hex | 51 | 82 | 33 | 26 | 0 | 3D | 31 | 61 | 2C | 23 |
| Octal | 121 | 202 | 63 | 46 | 0 | 75 | 61 | 141 | 54 | 43 |
| Binary | 1010001 | 10000010 | 110011 | 100110 | 0 | 111101 | 110001 | 1100001 | 101100 | 100011 |
Color Harmonies of #518233
Complementary color
Monochromatic Colors of #518233
Black with #518233
Text Example
Text Example
White with #518233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518233; }
p { color: rgb(81,130,51); }
H1.HeaderClassName
{
color: #518233;
}
.AnyTagClassName
{
color: #518233;
}
</style>
background-color css
<style>
a { background-color: #518233; }
a { background-color: rgb(81,130,51); }
div.DivClassName
{
background-color: #518233;
}
.BgClassName
{
background-color: #518233;
}
</style>
border-color css
<style>
span { border-color: #518233; }
span { border-color: rgb(81,130,51); }
td.TdClassName
{
border-color: #518233;
}
.TagClassName
{
border-color: #518233;
}
</style>