#476864

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

Shades of Dark Green Copper #476864

Tints of Dark Green Copper #476864

Color information

#476864 (or 0x476864) is unknown color: approx Dark Green Copper. HEX triplet: 47, 68 and 64. RGB value is (71,104,100). Sum of RGB (Red+Green+Blue) = 71+104+100=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #476864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476864 is #B8979B. Grayscale: #5D5D5D. Windows color (decimal): -12097436 or 6580295. OLE color: 6580295.

HSL color Cylindrical-coordinate representation of color #476864: hue angle of 172.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476864 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB71104100-
CMYK0.3200.040.59
HSL172.73º18.86%34.31%-
HSV(B)172.73º31.73%40.78%-
XYZ9.8512.1613.88-
YUV93.68131.57111.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=25.82%
G=37.82%
B=36.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal711041000.3200.040.59172.7318.8634.31
Hex47686420043Bad1322
Octal1071501444004732552342
Binary10001111101000110010010000001001110111010110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476864; }

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

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

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

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

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

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

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

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