#477670

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

Shades of Dark Green Copper #477670

Tints of Dark Green Copper #477670

Color information

#477670 (or 0x477670) is unknown color: approx Dark Green Copper. HEX triplet: 47, 76 and 70. RGB value is (71,118,112). Sum of RGB (Red+Green+Blue) = 71+118+112=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #477670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477670 is #B8898F. Grayscale: #676767. Windows color (decimal): -12093840 or 7370311. OLE color: 7370311.

HSL color Cylindrical-coordinate representation of color #477670: hue angle of 172.34º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477670 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB71118112-
CMYK0.4000.050.54
HSL172.34º24.87%37.06%-
HSV(B)172.34º39.83%46.27%-
XYZ1215.4717.68-
YUV103.26132.93104.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 112 (44.14% from 255) = 37.21%
R=23.59%
G=39.20%
B=37.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181120.4000.050.54172.3424.8737.06
Hex477670280536ac1925
Octal1071661605005662543145
Binary10001111110110111000010100001011101101010110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477670; }

 p { color: rgb(71,118,112); }

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

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

 a { background-color: rgb(71,118,112); }

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

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

 span { border-color: rgb(71,118,112); }

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