#47786D

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

Shades of Dark Green Copper #47786D

Tints of Dark Green Copper #47786D

Color information

#47786D (or 0x47786D) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 6D. RGB value is (71,120,109). Sum of RGB (Red+Green+Blue) = 71+120+109=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #47786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47786D is #B88792. Grayscale: #686868. Windows color (decimal): -12093331 or 7174215. OLE color: 7174215.

HSL color Cylindrical-coordinate representation of color #47786D: hue angle of 166.53º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47786D is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB71120109-
CMYK0.4100.090.53
HSL166.53º25.65%37.45%-
HSV(B)166.53º40.83%47.06%-
XYZ12.0815.8816.9-
YUV104.1130.77104.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 120 (47.27% from 255) = 40%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=23.67%
G=40%
B=36.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201090.4100.090.53166.5325.6537.45
Hex47786D290935a71a25
Octal10717015551011652473245
Binary100011111110001101101101001010011101011010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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