Shades of Fern Green #478744
Tints of Fern Green #478744
RGB
CMYK
RGB Variations
Color information
#478744 (or 0x478744) is known color: Fern Green. HEX triplet: 47, 87 and 44. RGB value is (71,135,68). Sum of RGB (Red+Green+Blue) = 71+135+68=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #478744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478744 is #B878BB. Grayscale: #6C6C6C. Windows color (decimal): -12089532 or 4491079. OLE color: 4491079.
HSL color Cylindrical-coordinate representation of color #478744: hue angle of 117.31º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478744 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 68 | - |
| CMYK | 0.47 | 0 | 0.50 | 0.47 |
| HSL | 117.31º | 0.33% | 0.4% | - |
| HSV(B) | 117.31º | 0.5% | 0.53% | - |
| XYZ | 12.31 | 19.08 | 8.5 | - |
| YUV | 108.23 | 105.3 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 68 | 0.47 | 0 | 0.50 | 0.47 | 117.31 | 0.33 | 0.4 |
| Hex | 47 | 87 | 44 | 2F | 0 | 32 | 2F | 75 | 21 | 28 |
| Octal | 107 | 207 | 104 | 57 | 0 | 62 | 57 | 165 | 41 | 50 |
| Binary | 1000111 | 10000111 | 1000100 | 101111 | 0 | 110010 | 101111 | 1110101 | 100001 | 101000 |
Color Harmonies of #478744
Complementary color
Monochromatic Colors of #478744
Black with #478744
Text Example
Text Example
White with #478744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478744; }
p { color: rgb(71,135,68); }
H1.HeaderClassName
{
color: #478744;
}
.AnyTagClassName
{
color: #478744;
}
</style>
background-color css
<style>
a { background-color: #478744; }
a { background-color: rgb(71,135,68); }
div.DivClassName
{
background-color: #478744;
}
.BgClassName
{
background-color: #478744;
}
</style>
border-color css
<style>
span { border-color: #478744; }
span { border-color: rgb(71,135,68); }
td.TdClassName
{
border-color: #478744;
}
.TagClassName
{
border-color: #478744;
}
</style>