#476E68

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

Shades of Dark Green Copper #476E68

Tints of Dark Green Copper #476E68

Color information

#476E68 (or 0x476E68) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6E and 68. RGB value is (71,110,104). Sum of RGB (Red+Green+Blue) = 71+110+104=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 110 (43.36% from 255 or 38.60% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 110 - color contains mainly: green. Hex color #476E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E68 is #B89197. Grayscale: #616161. Windows color (decimal): -12095896 or 6843975. OLE color: 6843975.

HSL color Cylindrical-coordinate representation of color #476E68: hue angle of 170.77º 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 #476E68 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB71110104-
CMYK0.3500.050.57
HSL170.77º21.55%35.49%-
HSV(B)170.77º35.45%43.14%-
XYZ10.6713.4915.14-
YUV97.65131.58108.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 110 (43.36% from 255) = 38.60%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=24.91%
G=38.60%
B=36.49%

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
Decimal711101040.3500.050.57170.7721.5535.49
Hex476E68230539ab1623
Octal1071561504305712532643
Binary10001111101110110100010001101011110011010101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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