#476D66

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

Shades of Dark Green Copper #476D66

Tints of Dark Green Copper #476D66

Color information

#476D66 (or 0x476D66) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6D and 66. RGB value is (71,109,102). Sum of RGB (Red+Green+Blue) = 71+109+102=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 109 - color contains mainly: green. Hex color #476D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476D66 is #B89299. Grayscale: #606060. Windows color (decimal): -12096154 or 6712647. OLE color: 6712647.

HSL color Cylindrical-coordinate representation of color #476D66: hue angle of 168.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #476D66 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB71109102-
CMYK0.3500.060.57
HSL168.95º21.11%35.29%-
HSV(B)168.95º34.86%42.75%-
XYZ10.4713.2414.57-
YUV96.84130.91109.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 109 (42.97% from 255) = 38.65%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=25.18%
G=38.65%
B=36.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal711091020.3500.060.57168.9521.1135.29
Hex476D66230639a91523
Octal1071551464306712512543
Binary10001111101101110011010001101101110011010100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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