Shades of Fern Green #478039
Tints of Fern Green #478039
RGB
CMYK
RGB Variations
Color information
#478039 (or 0x478039) is known color: Fern Green. HEX triplet: 47, 80 and 39. RGB value is (71,128,57). Sum of RGB (Red+Green+Blue) = 71+128+57=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #478039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478039 is #B87FC6. Grayscale: #676767. Windows color (decimal): -12091335 or 3768391. OLE color: 3768391.
HSL color Cylindrical-coordinate representation of color #478039: hue angle of 108.17º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #478039 is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 71 | 128 | 57 | - |
| CMYK | 0.45 | 0 | 0.55 | 0.50 |
| HSL | 108.17º | 0.38% | 0.36% | - |
| HSV(B) | 108.17º | 0.55% | 0.5% | - |
| XYZ | 11.06 | 17.07 | 6.58 | - |
| YUV | 102.86 | 102.12 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 128 | 57 | 0.45 | 0 | 0.55 | 0.50 | 108.17 | 0.38 | 0.36 |
| Hex | 47 | 80 | 39 | 2D | 0 | 37 | 32 | 6C | 26 | 24 |
| Octal | 107 | 200 | 71 | 55 | 0 | 67 | 62 | 154 | 46 | 44 |
| Binary | 1000111 | 10000000 | 111001 | 101101 | 0 | 110111 | 110010 | 1101100 | 100110 | 100100 |
Color Harmonies of #478039
Complementary color
Monochromatic Colors of #478039
Black with #478039
Text Example
Text Example
White with #478039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478039; }
p { color: rgb(71,128,57); }
H1.HeaderClassName
{
color: #478039;
}
.AnyTagClassName
{
color: #478039;
}
</style>
background-color css
<style>
a { background-color: #478039; }
a { background-color: rgb(71,128,57); }
div.DivClassName
{
background-color: #478039;
}
.BgClassName
{
background-color: #478039;
}
</style>
border-color css
<style>
span { border-color: #478039; }
span { border-color: rgb(71,128,57); }
td.TdClassName
{
border-color: #478039;
}
.TagClassName
{
border-color: #478039;
}
</style>