#477F3F

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

Shades of Fern Green #477F3F

Tints of Fern Green #477F3F

Color information

#477F3F (or 0x477F3F) is unknown color: approx Fern Green. HEX triplet: 47, 7F and 3F. RGB value is (71,127,63). Sum of RGB (Red+Green+Blue) = 71+127+63=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 127 (50% from 255 or 48.66% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 127 - color contains mainly: green. Hex color #477F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477F3F is #B880C0. Grayscale: #676767. Windows color (decimal): -12091585 or 4161351. OLE color: 4161351.

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

Color convert

RGB7112763-
CMYK0.4400.500.50
HSL112.5º33.68%37.25%-
HSV(B)112.5º50.39%49.8%-
XYZ11.0916.887.38-
YUV102.96105.45105.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 127 (50% from 255) = 48.66%
BLUE value IS 63 (25% from 255) = 24.14%
R=27.20%
G=48.66%
B=24.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71127630.4400.500.50112.533.6837.25
Hex477F3F2C03232702225
Octal1071777754062621604245
Binary1000111111111111111110110001100101100101110000100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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