#47776D

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

Shades of Dark Green Copper #47776D

Tints of Dark Green Copper #47776D

Color information

#47776D (or 0x47776D) is unknown color: approx Dark Green Copper. HEX triplet: 47, 77 and 6D. RGB value is (71,119,109). Sum of RGB (Red+Green+Blue) = 71+119+109=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #47776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47776D is #B88892. Grayscale: #676767. Windows color (decimal): -12093587 or 7173959. OLE color: 7173959.

HSL color Cylindrical-coordinate representation of color #47776D: hue angle of 167.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47776D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB71119109-
CMYK0.4000.080.53
HSL167.5º25.26%37.25%-
HSV(B)167.5º40.34%46.67%-
XYZ11.9615.6416.86-
YUV103.51131.1104.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=23.75%
G=39.80%
B=36.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711191090.4000.080.53167.525.2637.25
Hex47776D280835a81925
Octal10716715550010652503145
Binary100011111101111101101101000010001101011010100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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