#476A63

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

Shades of Dark Green Copper #476A63

Tints of Dark Green Copper #476A63

Color information

#476A63 (or 0x476A63) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6A and 63. RGB value is (71,106,99). Sum of RGB (Red+Green+Blue) = 71+106+99=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 106 (41.80% from 255 or 38.41% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 106 - color contains mainly: green. Hex color #476A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A63 is #B8959C. Grayscale: #5E5E5E. Windows color (decimal): -12096925 or 6515271. OLE color: 6515271.

HSL color Cylindrical-coordinate representation of color #476A63: hue angle of 168º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #476A63 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB7110699-
CMYK0.3300.070.58
HSL168º19.77%34.71%-
HSV(B)168º33.02%41.57%-
XYZ1012.5513.7-
YUV94.74130.4111.07-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 106 (41.80% from 255) = 38.41%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=25.72%
G=38.41%
B=35.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71106990.3300.070.5816819.7734.71
Hex476A6321073Aa81423
Octal1071521434107722502443
Binary10001111101010110001110000101111110101010100010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,99); }

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

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

 a { background-color: rgb(71,106,99); }

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

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

 span { border-color: rgb(71,106,99); }

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