#476762

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

Shades of Dark Green Copper #476762

Tints of Dark Green Copper #476762

Color information

#476762 (or 0x476762) is unknown color: approx Dark Green Copper. HEX triplet: 47, 67 and 62. RGB value is (71,103,98). Sum of RGB (Red+Green+Blue) = 71+103+98=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #476762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476762 is #B8989D. Grayscale: #5C5C5C. Windows color (decimal): -12097694 or 6448967. OLE color: 6448967.

HSL color Cylindrical-coordinate representation of color #476762: hue angle of 170.62º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #476762 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB7110398-
CMYK0.3100.050.60
HSL170.62º18.39%34.12%-
HSV(B)170.62º31.07%40.39%-
XYZ9.6511.9213.35-
YUV92.86130.9112.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.10%
GREEN value IS 103 (40.62% from 255) = 37.87%
BLUE value IS 98 (38.67% from 255) = 36.03%
R=26.10%
G=37.87%
B=36.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103980.3100.050.60170.6218.3934.12
Hex4767621F053Cab1222
Octal1071471423705742532242
Binary1000111110011111000101111101011111001010101110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476762; }

 p { color: rgb(71,103,98); }

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

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

 a { background-color: rgb(71,103,98); }

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

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

 span { border-color: rgb(71,103,98); }

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