#478F3F

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

Shades of Fern Green #478F3F

Tints of Fern Green #478F3F

Color information

#478F3F (or 0x478F3F) is unknown color: approx Fern Green. HEX triplet: 47, 8F and 3F. RGB value is (71,143,63). Sum of RGB (Red+Green+Blue) = 71+143+63=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #478F3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478F3F is #B870C0. Grayscale: #707070. Windows color (decimal): -12087489 or 4165447. OLE color: 4165447.

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

Color convert

RGB7114363-
CMYK0.5000.560.44
HSL114º38.83%40.39%-
HSV(B)114º55.94%56.08%-
XYZ13.3221.348.12-
YUV112.35100.1598.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.63%
GREEN value IS 143 (56.25% from 255) = 51.62%
BLUE value IS 63 (25% from 255) = 22.74%
R=25.63%
G=51.62%
B=22.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71143630.5000.560.4411438.8340.39
Hex478F3F320382C722728
Octal1072177762070541624750
Binary10001111000111111111111001001110001011001110010100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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