Shades of Fern Green #478240
Tints of Fern Green #478240
RGB
CMYK
RGB Variations
Color information
#478240 (or 0x478240) is known color: Fern Green. HEX triplet: 47, 82 and 40. RGB value is (71,130,64). Sum of RGB (Red+Green+Blue) = 71+130+64=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #478240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478240 is #B87DBF. Grayscale: #696969. Windows color (decimal): -12090816 or 4227655. OLE color: 4227655.
HSL color Cylindrical-coordinate representation of color #478240: hue angle of 113.64º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478240 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 130 | 64 | - |
| CMYK | 0.45 | 0 | 0.51 | 0.49 |
| HSL | 113.64º | 0.34% | 0.38% | - |
| HSV(B) | 113.64º | 0.51% | 0.51% | - |
| XYZ | 11.51 | 17.68 | 7.66 | - |
| YUV | 104.84 | 104.95 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 64 | 0.45 | 0 | 0.51 | 0.49 | 113.64 | 0.34 | 0.38 |
| Hex | 47 | 82 | 40 | 2D | 0 | 33 | 31 | 72 | 22 | 26 |
| Octal | 107 | 202 | 100 | 55 | 0 | 63 | 61 | 162 | 42 | 46 |
| Binary | 1000111 | 10000010 | 1000000 | 101101 | 0 | 110011 | 110001 | 1110010 | 100010 | 100110 |
Color Harmonies of #478240
Complementary color
Monochromatic Colors of #478240
Black with #478240
Text Example
Text Example
White with #478240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478240; }
p { color: rgb(71,130,64); }
H1.HeaderClassName
{
color: #478240;
}
.AnyTagClassName
{
color: #478240;
}
</style>
background-color css
<style>
a { background-color: #478240; }
a { background-color: rgb(71,130,64); }
div.DivClassName
{
background-color: #478240;
}
.BgClassName
{
background-color: #478240;
}
</style>
border-color css
<style>
span { border-color: #478240; }
span { border-color: rgb(71,130,64); }
td.TdClassName
{
border-color: #478240;
}
.TagClassName
{
border-color: #478240;
}
</style>