Shades of Fern Green #478541
Tints of Fern Green #478541
RGB
CMYK
RGB Variations
Color information
#478541 (or 0x478541) is known color: Fern Green. HEX triplet: 47, 85 and 41. RGB value is (71,133,65). Sum of RGB (Red+Green+Blue) = 71+133+65=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #478541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478541 is #B87ABE. Grayscale: #6A6A6A. Windows color (decimal): -12090047 or 4293959. OLE color: 4293959.
HSL color Cylindrical-coordinate representation of color #478541: hue angle of 114.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478541 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 71 | 133 | 65 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.48 |
| HSL | 114.71º | 0.34% | 0.39% | - |
| HSV(B) | 114.71º | 0.51% | 0.52% | - |
| XYZ | 11.94 | 18.5 | 7.94 | - |
| YUV | 106.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 133 | 65 | 0.47 | 0 | 0.51 | 0.48 | 114.71 | 0.34 | 0.39 |
| Hex | 47 | 85 | 41 | 2F | 0 | 33 | 30 | 73 | 22 | 27 |
| Octal | 107 | 205 | 101 | 57 | 0 | 63 | 60 | 163 | 42 | 47 |
| Binary | 1000111 | 10000101 | 1000001 | 101111 | 0 | 110011 | 110000 | 1110011 | 100010 | 100111 |
Color Harmonies of #478541
Complementary color
Monochromatic Colors of #478541
Black with #478541
Text Example
Text Example
White with #478541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478541; }
p { color: rgb(71,133,65); }
H1.HeaderClassName
{
color: #478541;
}
.AnyTagClassName
{
color: #478541;
}
</style>
background-color css
<style>
a { background-color: #478541; }
a { background-color: rgb(71,133,65); }
div.DivClassName
{
background-color: #478541;
}
.BgClassName
{
background-color: #478541;
}
</style>
border-color css
<style>
span { border-color: #478541; }
span { border-color: rgb(71,133,65); }
td.TdClassName
{
border-color: #478541;
}
.TagClassName
{
border-color: #478541;
}
</style>