Shades of Fern Green #478741
Tints of Fern Green #478741
RGB
CMYK
RGB Variations
Color information
#478741 (or 0x478741) is known color: Fern Green. HEX triplet: 47, 87 and 41. RGB value is (71,135,65). Sum of RGB (Red+Green+Blue) = 71+135+65=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #478741 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478741 is #B878BE. Grayscale: #6C6C6C. Windows color (decimal): -12089535 or 4294471. OLE color: 4294471.
HSL color Cylindrical-coordinate representation of color #478741: hue angle of 114.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #478741 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 71 | 135 | 65 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.47 |
| HSL | 114.86º | 0.35% | 0.39% | - |
| HSV(B) | 114.86º | 0.52% | 0.53% | - |
| XYZ | 12.22 | 19.05 | 8.03 | - |
| YUV | 107.88 | 103.8 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 135 | 65 | 0.47 | 0 | 0.52 | 0.47 | 114.86 | 0.35 | 0.39 |
| Hex | 47 | 87 | 41 | 2F | 0 | 34 | 2F | 73 | 23 | 27 |
| Octal | 107 | 207 | 101 | 57 | 0 | 64 | 57 | 163 | 43 | 47 |
| Binary | 1000111 | 10000111 | 1000001 | 101111 | 0 | 110100 | 101111 | 1110011 | 100011 | 100111 |
Color Harmonies of #478741
Complementary color
Monochromatic Colors of #478741
Black with #478741
Text Example
Text Example
White with #478741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478741; }
p { color: rgb(71,135,65); }
H1.HeaderClassName
{
color: #478741;
}
.AnyTagClassName
{
color: #478741;
}
</style>
background-color css
<style>
a { background-color: #478741; }
a { background-color: rgb(71,135,65); }
div.DivClassName
{
background-color: #478741;
}
.BgClassName
{
background-color: #478741;
}
</style>
border-color css
<style>
span { border-color: #478741; }
span { border-color: rgb(71,135,65); }
td.TdClassName
{
border-color: #478741;
}
.TagClassName
{
border-color: #478741;
}
</style>