Shades of Fern Green #478B45
Tints of Fern Green #478B45
RGB
CMYK
RGB Variations
Color information
#478B45 (or 0x478B45) is known color: Fern Green. HEX triplet: 47, 8B and 45. RGB value is (71,139,69). Sum of RGB (Red+Green+Blue) = 71+139+69=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #478B45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478B45 is #B874BA. Grayscale: #6E6E6E. Windows color (decimal): -12088507 or 4557639. OLE color: 4557639.
HSL color Cylindrical-coordinate representation of color #478B45: hue angle of 118.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478B45 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 139 | 69 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.45 |
| HSL | 118.29º | 0.34% | 0.41% | - |
| HSV(B) | 118.29º | 0.5% | 0.55% | - |
| XYZ | 12.91 | 20.23 | 8.86 | - |
| YUV | 110.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 139 | 69 | 0.49 | 0 | 0.50 | 0.45 | 118.29 | 0.34 | 0.41 |
| Hex | 47 | 8B | 45 | 31 | 0 | 32 | 2D | 76 | 22 | 29 |
| Octal | 107 | 213 | 105 | 61 | 0 | 62 | 55 | 166 | 42 | 51 |
| Binary | 1000111 | 10001011 | 1000101 | 110001 | 0 | 110010 | 101101 | 1110110 | 100010 | 101001 |
Color Harmonies of #478B45
Complementary color
Monochromatic Colors of #478B45
Black with #478B45
Text Example
Text Example
White with #478B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478B45; }
p { color: rgb(71,139,69); }
H1.HeaderClassName
{
color: #478B45;
}
.AnyTagClassName
{
color: #478B45;
}
</style>
background-color css
<style>
a { background-color: #478B45; }
a { background-color: rgb(71,139,69); }
div.DivClassName
{
background-color: #478B45;
}
.BgClassName
{
background-color: #478B45;
}
</style>
border-color css
<style>
span { border-color: #478B45; }
span { border-color: rgb(71,139,69); }
td.TdClassName
{
border-color: #478B45;
}
.TagClassName
{
border-color: #478B45;
}
</style>