Shades of Fern Green #518635
Tints of Fern Green #518635
RGB
CMYK
RGB Variations
Color information
#518635 (or 0x518635) is known color: Fern Green. HEX triplet: 51, 86 and 35. RGB value is (81,134,53). Sum of RGB (Red+Green+Blue) = 81+134+53=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 134 (52.73% from 255 or 50% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 134 - color contains mainly: green. Hex color #518635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #518635 is #AE79CA. Grayscale: #6D6D6D. Windows color (decimal): -11434443 or 3507793. OLE color: 3507793.
HSL color Cylindrical-coordinate representation of color #518635: hue angle of 99.26º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #518635 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 134 | 53 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.47 |
| HSL | 99.26º | 0.43% | 0.37% | - |
| HSV(B) | 99.26º | 0.6% | 0.53% | - |
| XYZ | 12.56 | 19.06 | 6.38 | - |
| YUV | 108.92 | 96.44 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 134 | 53 | 0.40 | 0 | 0.60 | 0.47 | 99.26 | 0.43 | 0.37 |
| Hex | 51 | 86 | 35 | 28 | 0 | 3C | 2F | 63 | 2B | 25 |
| Octal | 121 | 206 | 65 | 50 | 0 | 74 | 57 | 143 | 53 | 45 |
| Binary | 1010001 | 10000110 | 110101 | 101000 | 0 | 111100 | 101111 | 1100011 | 101011 | 100101 |
Color Harmonies of #518635
Complementary color
Monochromatic Colors of #518635
Black with #518635
Text Example
Text Example
White with #518635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518635; }
p { color: rgb(81,134,53); }
H1.HeaderClassName
{
color: #518635;
}
.AnyTagClassName
{
color: #518635;
}
</style>
background-color css
<style>
a { background-color: #518635; }
a { background-color: rgb(81,134,53); }
div.DivClassName
{
background-color: #518635;
}
.BgClassName
{
background-color: #518635;
}
</style>
border-color css
<style>
span { border-color: #518635; }
span { border-color: rgb(81,134,53); }
td.TdClassName
{
border-color: #518635;
}
.TagClassName
{
border-color: #518635;
}
</style>