#47716A

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

Shades of Dark Green Copper #47716A

Tints of Dark Green Copper #47716A

Color information

#47716A (or 0x47716A) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 6A. RGB value is (71,113,106). Sum of RGB (Red+Green+Blue) = 71+113+106=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #47716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716A is #B88E95. Grayscale: #636363. Windows color (decimal): -12095126 or 6975815. OLE color: 6975815.

HSL color Cylindrical-coordinate representation of color #47716A: hue angle of 170º degrees, saturation: 0.23, 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 #47716A is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB71113106-
CMYK0.3700.060.56
HSL170º22.83%36.08%-
HSV(B)170º37.17%44.31%-
XYZ11.1114.1915.79-
YUV99.64131.59107.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 113 (44.53% from 255) = 38.97%
BLUE value IS 106 (41.80% from 255) = 36.55%
R=24.48%
G=38.97%
B=36.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131060.3700.060.5617022.8336.08
Hex47716A250638aa1724
Octal1071611524506702522744
Binary10001111110001110101010010101101110001010101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47716A; }

 p { color: rgb(71,113,106); }

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

<style>
 a { background-color: #47716A; }

 a { background-color: rgb(71,113,106); }

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

<style>
 span { border-color: #47716A; }

 span { border-color: rgb(71,113,106); }

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