#47716B

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

Shades of Dark Green Copper #47716B

Tints of Dark Green Copper #47716B

Color information

#47716B (or 0x47716B) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 6B. RGB value is (71,113,107). Sum of RGB (Red+Green+Blue) = 71+113+107=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #47716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47716B is #B88E94. Grayscale: #636363. Windows color (decimal): -12095125 or 7041351. OLE color: 7041351.

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

Color convert

RGB71113107-
CMYK0.3700.050.56
HSL171.43º22.83%36.08%-
HSV(B)171.43º37.17%44.31%-
XYZ11.1614.2116.06-
YUV99.76132.09107.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=24.40%
G=38.83%
B=36.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131070.3700.050.56171.4322.8336.08
Hex47716B250538ab1724
Octal1071611534505702532744
Binary10001111110001110101110010101011110001010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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