#47786C

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

Shades of Dark Green Copper #47786C

Tints of Dark Green Copper #47786C

Color information

#47786C (or 0x47786C) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 6C. RGB value is (71,120,108). Sum of RGB (Red+Green+Blue) = 71+120+108=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #47786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47786C is #B88793. Grayscale: #676767. Windows color (decimal): -12093332 or 7108679. OLE color: 7108679.

HSL color Cylindrical-coordinate representation of color #47786C: hue angle of 165.31º 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 #47786C is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB71120108-
CMYK0.4100.100.53
HSL165.31º25.65%37.45%-
HSV(B)165.31º40.83%47.06%-
XYZ12.0215.8616.61-
YUV103.98130.27104.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=23.75%
G=40.13%
B=36.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201080.4100.100.53165.3125.6537.45
Hex47786C290A35a51a25
Octal10717015451012652453245
Binary100011111110001101100101001010101101011010010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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