#477066

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

Shades of Dark Green Copper #477066

Tints of Dark Green Copper #477066

Color information

#477066 (or 0x477066) is unknown color: approx Dark Green Copper. HEX triplet: 47, 70 and 66. RGB value is (71,112,102). Sum of RGB (Red+Green+Blue) = 71+112+102=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #477066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477066 is #B88F99. Grayscale: #626262. Windows color (decimal): -12095386 or 6713415. OLE color: 6713415.

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

Color convert

RGB71112102-
CMYK0.3700.090.56
HSL165.37º22.4%35.88%-
HSV(B)165.37º36.61%43.92%-
XYZ10.7913.8914.68-
YUV98.6129.92108.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=24.91%
G=39.30%
B=35.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121020.3700.090.56165.3722.435.88
Hex477066250938a51624
Octal10716014645011702452644
Binary100011111100001100110100101010011110001010010110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477066; }

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

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

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

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

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

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

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

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