#477C71

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

Shades of Dark Green Copper #477C71

Tints of Dark Green Copper #477C71

Color information

#477C71 (or 0x477C71) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7C and 71. RGB value is (71,124,113). Sum of RGB (Red+Green+Blue) = 71+124+113=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #477C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C71 is #B8838E. Grayscale: #6A6A6A. Windows color (decimal): -12092303 or 7437383. OLE color: 7437383.

HSL color Cylindrical-coordinate representation of color #477C71: hue angle of 167.55º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C71 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB71124113-
CMYK0.4300.090.51
HSL167.55º27.18%38.24%-
HSV(B)167.55º42.74%48.63%-
XYZ12.7916.9518.22-
YUV106.9131.44102.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=23.05%
G=40.26%
B=36.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal711241130.4300.090.51167.5527.1838.24
Hex477C712B0933a81b26
Octal10717416153011632503346
Binary100011111111001110001101011010011100111010100011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,124,113); }

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

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

 a { background-color: rgb(71,124,113); }

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

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

 span { border-color: rgb(71,124,113); }

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