#47756D

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

Shades of Dark Green Copper #47756D

Tints of Dark Green Copper #47756D

Color information

#47756D (or 0x47756D) is unknown color: approx Dark Green Copper. HEX triplet: 47, 75 and 6D. RGB value is (71,117,109). Sum of RGB (Red+Green+Blue) = 71+117+109=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #47756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47756D is #B88A92. Grayscale: #666666. Windows color (decimal): -12094099 or 7173447. OLE color: 7173447.

HSL color Cylindrical-coordinate representation of color #47756D: hue angle of 169.57º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47756D is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB71117109-
CMYK0.3900.070.54
HSL169.57º24.47%36.86%-
HSV(B)169.57º39.32%45.88%-
XYZ11.7215.1716.78-
YUV102.33131.76105.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 109 (42.97% from 255) = 36.70%
R=23.91%
G=39.39%
B=36.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711171090.3900.070.54169.5724.4736.86
Hex47756D270736aa1825
Octal1071651554707662523045
Binary10001111110101110110110011101111101101010101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47756D; }

 p { color: rgb(71,117,109); }

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

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

 a { background-color: rgb(71,117,109); }

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

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

 span { border-color: rgb(71,117,109); }

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