Shades of Fern Green #478A3C
Tints of Fern Green #478A3C
RGB
CMYK
RGB Variations
Color information
#478A3C (or 0x478A3C) is known color: Fern Green. HEX triplet: 47, 8A and 3C. RGB value is (71,138,60). Sum of RGB (Red+Green+Blue) = 71+138+60=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 138 (54.30% from 255 or 51.30% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 138 - color contains mainly: green. Hex color #478A3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478A3C is #B875C3. Grayscale: #6D6D6D. Windows color (decimal): -12088772 or 3967559. OLE color: 3967559.
HSL color Cylindrical-coordinate representation of color #478A3C: hue angle of 111.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #478A3C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 71 | 138 | 60 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.46 |
| HSL | 111.54º | 0.39% | 0.39% | - |
| HSV(B) | 111.54º | 0.57% | 0.54% | - |
| XYZ | 12.5 | 19.84 | 7.45 | - |
| YUV | 109.08 | 100.3 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 138 | 60 | 0.49 | 0 | 0.57 | 0.46 | 111.54 | 0.39 | 0.39 |
| Hex | 47 | 8A | 3C | 31 | 0 | 39 | 2E | 70 | 27 | 27 |
| Octal | 107 | 212 | 74 | 61 | 0 | 71 | 56 | 160 | 47 | 47 |
| Binary | 1000111 | 10001010 | 111100 | 110001 | 0 | 111001 | 101110 | 1110000 | 100111 | 100111 |
Color Harmonies of #478A3C
Complementary color
Monochromatic Colors of #478A3C
Black with #478A3C
Text Example
Text Example
White with #478A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478A3C; }
p { color: rgb(71,138,60); }
H1.HeaderClassName
{
color: #478A3C;
}
.AnyTagClassName
{
color: #478A3C;
}
</style>
background-color css
<style>
a { background-color: #478A3C; }
a { background-color: rgb(71,138,60); }
div.DivClassName
{
background-color: #478A3C;
}
.BgClassName
{
background-color: #478A3C;
}
</style>
border-color css
<style>
span { border-color: #478A3C; }
span { border-color: rgb(71,138,60); }
td.TdClassName
{
border-color: #478A3C;
}
.TagClassName
{
border-color: #478A3C;
}
</style>