#478E40

Color #478E40 Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #478E40

Tints of Fern Green #478E40

Color information

#478E40 (or 0x478E40) is unknown color: approx Fern Green. HEX triplet: 47, 8E and 40. RGB value is (71,142,64). Sum of RGB (Red+Green+Blue) = 71+142+64=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 142 (55.86% from 255 or 51.26% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 142 - color contains mainly: green. Hex color #478E40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478E40 is #B871BF. Grayscale: #707070. Windows color (decimal): -12087744 or 4230727. OLE color: 4230727.

HSL color Cylindrical-coordinate representation of color #478E40: hue angle of 114.62º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #478E40 is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB7114264-
CMYK0.500.550.44
HSL114.62º37.86%40.39%-
HSV(B)114.62º54.93%55.69%-
XYZ13.221.068.22-
YUV111.88100.9898.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 142 (55.86% from 255) = 51.26%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=25.63%
G=51.26%
B=23.10%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71142640.500.550.44114.6237.8640.39
Hex478E40320372C732628
Octal10721610062067541634650
Binary100011110001110100000011001001101111011001110011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478E40; }

 p { color: rgb(71,142,64); }

 H1.HeaderClassName
 {
   color: #478E40;
 }
 .AnyTagClassName
 {
   color: #478E40;
 }
</style>
background-color css

<style>
 a { background-color: #478E40; }

 a { background-color: rgb(71,142,64); }

 div.DivClassName
 {
   background-color: #478E40;
 }
 .BgClassName
 {
   background-color: #478E40;
 }
</style>
border-color css

<style>
 span { border-color: #478E40; }

 span { border-color: rgb(71,142,64); }

 td.TdClassName
 {
   border-color: #478E40;
 }
 .TagClassName
 {
   border-color: #478E40;
 }
</style>