#47706A

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

Shades of Dark Green Copper #47706A

Tints of Dark Green Copper #47706A

Color information

#47706A (or 0x47706A) is unknown color: approx Dark Green Copper. HEX triplet: 47, 70 and 6A. RGB value is (71,112,106). Sum of RGB (Red+Green+Blue) = 71+112+106=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #47706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706A is #B88F95. Grayscale: #636363. Windows color (decimal): -12095382 or 6975559. OLE color: 6975559.

HSL color Cylindrical-coordinate representation of color #47706A: hue angle of 171.22º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47706A is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB71112106-
CMYK0.3700.050.56
HSL171.22º22.4%35.88%-
HSV(B)171.22º36.61%43.92%-
XYZ10.9913.9715.75-
YUV99.06131.92107.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.57%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=24.57%
G=38.75%
B=36.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121060.3700.050.56171.2222.435.88
Hex47706A250538ab1624
Octal1071601524505702532644
Binary10001111110000110101010010101011110001010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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