#477164

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

Shades of Dark Green Copper #477164

Tints of Dark Green Copper #477164

Color information

#477164 (or 0x477164) is unknown color: approx Dark Green Copper. HEX triplet: 47, 71 and 64. RGB value is (71,113,100). Sum of RGB (Red+Green+Blue) = 71+113+100=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #477164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477164 is #B88E9B. Grayscale: #626262. Windows color (decimal): -12095132 or 6582599. OLE color: 6582599.

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

Color convert

RGB71113100-
CMYK0.3700.120.56
HSL161.43º22.83%36.08%-
HSV(B)161.43º37.17%44.31%-
XYZ10.814.0714.2-
YUV98.96128.59108.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 100 (39.45% from 255) = 35.21%
R=25%
G=39.79%
B=35.21%

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
Decimal711131000.3700.120.56161.4322.8336.08
Hex477164250C38a11724
Octal10716114445014702412744
Binary100011111100011100100100101011001110001010000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477164; }

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

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

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

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

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

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

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

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