Shades of Fern Green #478E3F
Tints of Fern Green #478E3F
RGB
CMYK
RGB Variations
Color information
#478E3F (or 0x478E3F) is known color: Fern Green. HEX triplet: 47, 8E and 3F. RGB value is (71,142,63). Sum of RGB (Red+Green+Blue) = 71+142+63=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 142 (55.86% from 255 or 51.45% from 276); Blue value is 63 (25% from 255 or 22.83% from 276); Max value from RGB is 142 - color contains mainly: green. Hex color #478E3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478E3F is #B871C0. Grayscale: #707070. Windows color (decimal): -12087745 or 4165191. OLE color: 4165191.
HSL color Cylindrical-coordinate representation of color #478E3F: hue angle of 113.92º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #478E3F is Cyan = 0.5, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 142 | 63 | - |
| CMYK | 0.5 | 0 | 0.56 | 0.44 |
| HSL | 113.92º | 0.39% | 0.4% | - |
| HSV(B) | 113.92º | 0.56% | 0.56% | - |
| XYZ | 13.17 | 21.04 | 8.07 | - |
| YUV | 111.77 | 100.48 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 142 | 63 | 0.5 | 0 | 0.56 | 0.44 | 113.92 | 0.39 | 0.4 |
| Hex | 47 | 8E | 3F | 32 | 0 | 38 | 2C | 72 | 27 | 28 |
| Octal | 107 | 216 | 77 | 62 | 0 | 70 | 54 | 162 | 47 | 50 |
| Binary | 1000111 | 10001110 | 111111 | 110010 | 0 | 111000 | 101100 | 1110010 | 100111 | 101000 |
Color Harmonies of #478E3F
Complementary color
Monochromatic Colors of #478E3F
Black with #478E3F
Text Example
Text Example
White with #478E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478E3F; }
p { color: rgb(71,142,63); }
H1.HeaderClassName
{
color: #478E3F;
}
.AnyTagClassName
{
color: #478E3F;
}
</style>
background-color css
<style>
a { background-color: #478E3F; }
a { background-color: rgb(71,142,63); }
div.DivClassName
{
background-color: #478E3F;
}
.BgClassName
{
background-color: #478E3F;
}
</style>
border-color css
<style>
span { border-color: #478E3F; }
span { border-color: rgb(71,142,63); }
td.TdClassName
{
border-color: #478E3F;
}
.TagClassName
{
border-color: #478E3F;
}
</style>