#476C6A

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

Shades of Dark Green Copper #476C6A

Tints of Dark Green Copper #476C6A

Color information

#476C6A (or 0x476C6A) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6C and 6A. RGB value is (71,108,106). Sum of RGB (Red+Green+Blue) = 71+108+106=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #476C6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C6A is #B89395. Grayscale: #606060. Windows color (decimal): -12096406 or 6974535. OLE color: 6974535.

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

Color convert

RGB71108106-
CMYK0.3400.020.58
HSL176.76º20.67%35.1%-
HSV(B)176.76º34.26%42.35%-
XYZ10.5613.1115.61-
YUV96.71133.24109.66-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=24.91%
G=37.89%
B=37.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711081060.3400.020.58176.7620.6735.1
Hex476C6A22023Ab11523
Octal1071541524202722612543
Binary1000111110110011010101000100101110101011000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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