Shades of Fern Green #478237
Tints of Fern Green #478237
RGB
CMYK
RGB Variations
Color information
#478237 (or 0x478237) is known color: Fern Green. HEX triplet: 47, 82 and 37. RGB value is (71,130,55). Sum of RGB (Red+Green+Blue) = 71+130+55=256 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.73% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #478237 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478237 is #B87DC8. Grayscale: #686868. Windows color (decimal): -12090825 or 3637831. OLE color: 3637831.
HSL color Cylindrical-coordinate representation of color #478237: hue angle of 107.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #478237 is Cyan = 0.45, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 71 | 130 | 55 | - |
| CMYK | 0.45 | 0 | 0.58 | 0.49 |
| HSL | 107.2º | 0.41% | 0.36% | - |
| HSV(B) | 107.2º | 0.58% | 0.51% | - |
| XYZ | 11.27 | 17.58 | 6.41 | - |
| YUV | 103.81 | 100.45 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 130 | 55 | 0.45 | 0 | 0.58 | 0.49 | 107.2 | 0.41 | 0.36 |
| Hex | 47 | 82 | 37 | 2D | 0 | 3A | 31 | 6B | 29 | 24 |
| Octal | 107 | 202 | 67 | 55 | 0 | 72 | 61 | 153 | 51 | 44 |
| Binary | 1000111 | 10000010 | 110111 | 101101 | 0 | 111010 | 110001 | 1101011 | 101001 | 100100 |
Color Harmonies of #478237
Complementary color
Monochromatic Colors of #478237
Black with #478237
Text Example
Text Example
White with #478237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478237; }
p { color: rgb(71,130,55); }
H1.HeaderClassName
{
color: #478237;
}
.AnyTagClassName
{
color: #478237;
}
</style>
background-color css
<style>
a { background-color: #478237; }
a { background-color: rgb(71,130,55); }
div.DivClassName
{
background-color: #478237;
}
.BgClassName
{
background-color: #478237;
}
</style>
border-color css
<style>
span { border-color: #478237; }
span { border-color: rgb(71,130,55); }
td.TdClassName
{
border-color: #478237;
}
.TagClassName
{
border-color: #478237;
}
</style>