#47746A

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

Shades of Dark Green Copper #47746A

Tints of Dark Green Copper #47746A

Color information

#47746A (or 0x47746A) is unknown color: approx Dark Green Copper. HEX triplet: 47, 74 and 6A. RGB value is (71,116,106). Sum of RGB (Red+Green+Blue) = 71+116+106=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #47746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746A is #B88B95. Grayscale: #656565. Windows color (decimal): -12094358 or 6976583. OLE color: 6976583.

HSL color Cylindrical-coordinate representation of color #47746A: hue angle of 166.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47746A is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB71116106-
CMYK0.3900.090.55
HSL166.67º24.06%36.67%-
HSV(B)166.67º38.79%45.49%-
XYZ11.4514.8715.9-
YUV101.4130.59106.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 106 (41.80% from 255) = 36.18%
R=24.23%
G=39.59%
B=36.18%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711161060.3900.090.55166.6724.0636.67
Hex47746A270937a71825
Octal10716415247011672473045
Binary100011111101001101010100111010011101111010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47746A; }

 p { color: rgb(71,116,106); }

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

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

 a { background-color: rgb(71,116,106); }

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

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

 span { border-color: rgb(71,116,106); }

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