#47716C

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

Shades of Dark Green Copper #47716C

Tints of Dark Green Copper #47716C

Color information

#47716C (or 0x47716C) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 6C. RGB value is (71,113,108). Sum of RGB (Red+Green+Blue) = 71+113+108=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #47716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716C is #B88E93. Grayscale: #636363. Windows color (decimal): -12095124 or 7106887. OLE color: 7106887.

HSL color Cylindrical-coordinate representation of color #47716C: hue angle of 172.86º degrees, saturation: 0.23, 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 #47716C is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB71113108-
CMYK0.3700.040.56
HSL172.86º22.83%36.08%-
HSV(B)172.86º37.17%44.31%-
XYZ11.2114.2316.34-
YUV99.87132.59107.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 113 (44.53% from 255) = 38.70%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=24.32%
G=38.70%
B=36.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131080.3700.040.56172.8622.8336.08
Hex47716C250438ad1724
Octal1071611544504702552744
Binary10001111110001110110010010101001110001010110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47716C; }

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

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

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

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

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

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

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

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