#47746C

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

Shades of Dark Green Copper #47746C

Tints of Dark Green Copper #47746C

Color information

#47746C (or 0x47746C) is unknown color: approx Dark Green Copper. HEX triplet: 47, 74 and 6C. RGB value is (71,116,108). Sum of RGB (Red+Green+Blue) = 71+116+108=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #47746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47746C is #B88B93. Grayscale: #656565. Windows color (decimal): -12094356 or 7107655. OLE color: 7107655.

HSL color Cylindrical-coordinate representation of color #47746C: hue angle of 169.33º 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 #47746C is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB71116108-
CMYK0.3900.070.55
HSL169.33º24.06%36.67%-
HSV(B)169.33º38.79%45.49%-
XYZ11.5514.9116.46-
YUV101.63131.59106.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=24.07%
G=39.32%
B=36.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711161080.3900.070.55169.3324.0636.67
Hex47746C270737a91825
Octal1071641544707672513045
Binary10001111110100110110010011101111101111010100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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