#47766E

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

Shades of Dark Green Copper #47766E

Tints of Dark Green Copper #47766E

Color information

#47766E (or 0x47766E) is unknown color: approx Dark Green Copper. HEX triplet: 47, 76 and 6E. RGB value is (71,118,110). Sum of RGB (Red+Green+Blue) = 71+118+110=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #47766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47766E is #B88991. Grayscale: #676767. Windows color (decimal): -12093842 or 7239239. OLE color: 7239239.

HSL color Cylindrical-coordinate representation of color #47766E: hue angle of 169.79º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47766E is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB71118110-
CMYK0.4000.070.54
HSL169.79º24.87%37.06%-
HSV(B)169.79º39.83%46.27%-
XYZ11.8915.4217.1-
YUV103.04131.93105.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 110 (43.36% from 255) = 36.79%
R=23.75%
G=39.46%
B=36.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal711181100.4000.070.54169.7924.8737.06
Hex47766E280736aa1925
Octal1071661565007662523145
Binary10001111110110110111010100001111101101010101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47766E; }

 p { color: rgb(71,118,110); }

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

<style>
 a { background-color: #47766E; }

 a { background-color: rgb(71,118,110); }

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

<style>
 span { border-color: #47766E; }

 span { border-color: rgb(71,118,110); }

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