#47746E

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

Shades of Dark Green Copper #47746E

Tints of Dark Green Copper #47746E

Color information

#47746E (or 0x47746E) is unknown color: approx Dark Green Copper. HEX triplet: 47, 74 and 6E. RGB value is (71,116,110). Sum of RGB (Red+Green+Blue) = 71+116+110=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #47746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746E is #B88B91. Grayscale: #656565. Windows color (decimal): -12094354 or 7238727. OLE color: 7238727.

HSL color Cylindrical-coordinate representation of color #47746E: hue angle of 172º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47746E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB71116110-
CMYK0.3900.050.55
HSL172º24.06%36.67%-
HSV(B)172º38.79%45.49%-
XYZ11.6614.9617.02-
YUV101.86132.59105.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=23.91%
G=39.06%
B=37.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711161100.3900.050.5517224.0636.67
Hex47746E270537ac1825
Octal1071641564705672543045
Binary10001111110100110111010011101011101111010110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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