#478F41

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

Shades of Fern Green #478F41

Tints of Fern Green #478F41

Color information

#478F41 (or 0x478F41) is unknown color: approx Fern Green. HEX triplet: 47, 8F and 41. RGB value is (71,143,65). Sum of RGB (Red+Green+Blue) = 71+143+65=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #478F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F41 is #B870BE. Grayscale: #707070. Windows color (decimal): -12087487 or 4296519. OLE color: 4296519.

HSL color Cylindrical-coordinate representation of color #478F41: hue angle of 115.38º 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 #478F41 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.

Color convert

RGB7114365-
CMYK0.5000.550.44
HSL115.38º37.5%40.78%-
HSV(B)115.38º54.55%56.08%-
XYZ13.3821.378.42-
YUV112.58101.1598.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 143 (56.25% from 255) = 51.25%
BLUE value IS 65 (25.78% from 255) = 23.30%
R=25.45%
G=51.25%
B=23.30%

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
Decimal71143650.5000.550.44115.3837.540.78
Hex478F41320372C732629
Octal10721710162067541634651
Binary100011110001111100000111001001101111011001110011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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