#477067

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

Shades of Dark Green Copper #477067

Tints of Dark Green Copper #477067

Color information

#477067 (or 0x477067) is unknown color: approx Dark Green Copper. HEX triplet: 47, 70 and 67. RGB value is (71,112,103). Sum of RGB (Red+Green+Blue) = 71+112+103=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #477067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477067 is #B88F98. Grayscale: #626262. Windows color (decimal): -12095385 or 6778951. OLE color: 6778951.

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

Color convert

RGB71112103-
CMYK0.3700.080.56
HSL166.83º22.4%35.88%-
HSV(B)166.83º36.61%43.92%-
XYZ10.8413.9114.94-
YUV98.72130.42108.23-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=24.83%
G=39.16%
B=36.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121030.3700.080.56166.8322.435.88
Hex477067250838a71624
Octal10716014745010702472644
Binary100011111100001100111100101010001110001010011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477067; }

 p { color: rgb(71,112,103); }

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

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

 a { background-color: rgb(71,112,103); }

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

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

 span { border-color: rgb(71,112,103); }

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