#476662

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

Shades of Dark Green Copper #476662

Tints of Dark Green Copper #476662

Color information

#476662 (or 0x476662) is unknown color: approx Dark Green Copper. HEX triplet: 47, 66 and 62. RGB value is (71,102,98). Sum of RGB (Red+Green+Blue) = 71+102+98=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #476662 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476662 is #B8999D. Grayscale: #5C5C5C. Windows color (decimal): -12097950 or 6448711. OLE color: 6448711.

HSL color Cylindrical-coordinate representation of color #476662: hue angle of 172.26º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #476662 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB7110298-
CMYK0.3000.040.6
HSL172.26º17.92%33.92%-
HSV(B)172.26º30.39%40%-
XYZ9.5511.7213.31-
YUV92.28131.23112.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 102 (40.23% from 255) = 37.64%
BLUE value IS 98 (38.67% from 255) = 36.16%
R=26.20%
G=37.64%
B=36.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102980.3000.040.6172.2617.9233.92
Hex4766621E043Cac1222
Octal1071461423604742542242
Binary1000111110011011000101111001001111001010110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476662; }

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

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

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

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

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

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

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

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