#478140

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

Shades of Fern Green #478140

Tints of Fern Green #478140

Color information

#478140 (or 0x478140) is unknown color: approx Fern Green. HEX triplet: 47, 81 and 40. RGB value is (71,129,64). Sum of RGB (Red+Green+Blue) = 71+129+64=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 129 (50.78% from 255 or 48.86% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 129 - color contains mainly: green. Hex color #478140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478140 is #B87EBF. Grayscale: #686868. Windows color (decimal): -12091072 or 4227399. OLE color: 4227399.

HSL color Cylindrical-coordinate representation of color #478140: hue angle of 113.54º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478140 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB7112964-
CMYK0.4500.500.49
HSL113.54º33.68%37.84%-
HSV(B)113.54º50.39%50.59%-
XYZ11.3717.417.61-
YUV104.25105.28104.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 129 (50.78% from 255) = 48.86%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=26.89%
G=48.86%
B=24.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71129640.4500.500.49113.5433.6837.84
Hex4781402D03231722226
Octal10720110055062611624246
Binary100011110000001100000010110101100101100011110010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478140; }

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

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

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

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

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

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

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

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