#477F73

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

Shades of Dark Green Copper #477F73

Tints of Dark Green Copper #477F73

Color information

#477F73 (or 0x477F73) is unknown color: approx Dark Green Copper. HEX triplet: 47, 7F and 73. RGB value is (71,127,115). Sum of RGB (Red+Green+Blue) = 71+127+115=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #477F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477F73 is #B8808C. Grayscale: #6C6C6C. Windows color (decimal): -12091533 or 7569223. OLE color: 7569223.

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

Color convert

RGB71127115-
CMYK0.4400.090.50
HSL167.14º28.28%38.82%-
HSV(B)167.14º44.09%49.8%-
XYZ13.2817.7618.95-
YUV108.89131.45100.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 127 (50% from 255) = 40.58%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=22.68%
G=40.58%
B=36.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711271150.4400.090.50167.1428.2838.82
Hex477F732C0932a71c27
Octal10717716354011622473447
Binary100011111111111110011101100010011100101010011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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