#47706E

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

Shades of Dark Green Copper #47706E

Tints of Dark Green Copper #47706E

Color information

#47706E (or 0x47706E) is unknown color: approx Dark Green Copper. HEX triplet: 47, 70 and 6E. RGB value is (71,112,110). Sum of RGB (Red+Green+Blue) = 71+112+110=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #47706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47706E is #B88F91. Grayscale: #636363. Windows color (decimal): -12095378 or 7237703. OLE color: 7237703.

HSL color Cylindrical-coordinate representation of color #47706E: hue angle of 177.07º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #47706E is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB71112110-
CMYK0.3700.020.56
HSL177.07º22.4%35.88%-
HSV(B)177.07º36.61%43.92%-
XYZ11.2114.0516.87-
YUV99.51133.92107.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 112 (44.14% from 255) = 38.23%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=24.23%
G=38.23%
B=37.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121100.3700.020.56177.0722.435.88
Hex47706E250238b11624
Octal1071601564502702612644
Binary1000111111000011011101001010101110001011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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