#478F40

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

Shades of Fern Green #478F40

Tints of Fern Green #478F40

Color information

#478F40 (or 0x478F40) is unknown color: approx Fern Green. HEX triplet: 47, 8F and 40. RGB value is (71,143,64). Sum of RGB (Red+Green+Blue) = 71+143+64=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 143 (56.25% from 255 or 51.44% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 143 - color contains mainly: green. Hex color #478F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F40 is #B870BF. Grayscale: #707070. Windows color (decimal): -12087488 or 4230983. OLE color: 4230983.

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

Color convert

RGB7114364-
CMYK0.5000.550.44
HSL114.68º38.16%40.59%-
HSV(B)114.68º55.24%56.08%-
XYZ13.3521.358.27-
YUV112.47100.6598.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 143 (56.25% from 255) = 51.44%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=25.54%
G=51.44%
B=23.02%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143640.5000.550.44114.6838.1640.59
Hex478F40320372C732629
Octal10721710062067541634651
Binary100011110001111100000011001001101111011001110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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