#47786B

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

Shades of Dark Green Copper #47786B

Tints of Dark Green Copper #47786B

Color information

#47786B (or 0x47786B) is unknown color: approx Dark Green Copper. HEX triplet: 47, 78 and 6B. RGB value is (71,120,107). Sum of RGB (Red+Green+Blue) = 71+120+107=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #47786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47786B is #B88794. Grayscale: #676767. Windows color (decimal): -12093333 or 7043143. OLE color: 7043143.

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

Color convert

RGB71120107-
CMYK0.4100.110.53
HSL164.08º25.65%37.45%-
HSV(B)164.08º40.83%47.06%-
XYZ11.9715.8316.34-
YUV103.87129.77104.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=23.83%
G=40.27%
B=35.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal711201070.4100.110.53164.0825.6537.45
Hex47786B290B35a41a25
Octal10717015351013652443245
Binary100011111110001101011101001010111101011010010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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