#477163

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

Shades of Dark Green Copper #477163

Tints of Dark Green Copper #477163

Color information

#477163 (or 0x477163) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 63. RGB value is (71,113,99). Sum of RGB (Red+Green+Blue) = 71+113+99=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #477163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477163 is #B88E9C. Grayscale: #626262. Windows color (decimal): -12095133 or 6517063. OLE color: 6517063.

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

Color convert

RGB7111399-
CMYK0.3700.120.56
HSL160º22.83%36.08%-
HSV(B)160º37.17%44.31%-
XYZ10.7614.0513.95-
YUV98.85128.09108.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=25.09%
G=39.93%
B=34.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71113990.3700.120.5616022.8336.08
Hex477163250C38a01724
Octal10716114345014702402744
Binary100011111100011100011100101011001110001010000010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477163; }

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

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

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

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

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

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

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

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