#476E69

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

Shades of Dark Green Copper #476E69

Tints of Dark Green Copper #476E69

Color information

#476E69 (or 0x476E69) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6E and 69. RGB value is (71,110,105). Sum of RGB (Red+Green+Blue) = 71+110+105=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #476E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E69 is #B89196. Grayscale: #616161. Windows color (decimal): -12095895 or 6909511. OLE color: 6909511.

HSL color Cylindrical-coordinate representation of color #476E69: hue angle of 172.31º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476E69 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB71110105-
CMYK0.3500.050.57
HSL172.31º21.55%35.49%-
HSV(B)172.31º35.45%43.14%-
XYZ10.7213.5115.41-
YUV97.77132.08108.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.83%
GREEN value IS 110 (43.36% from 255) = 38.46%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=24.83%
G=38.46%
B=36.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711101050.3500.050.57172.3121.5535.49
Hex476E69230539ac1623
Octal1071561514305712542643
Binary10001111101110110100110001101011110011010110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E69; }

 p { color: rgb(71,110,105); }

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

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

 a { background-color: rgb(71,110,105); }

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

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

 span { border-color: rgb(71,110,105); }

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