#476A66

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

Shades of Dark Green Copper #476A66

Tints of Dark Green Copper #476A66

Color information

#476A66 (or 0x476A66) is unknown color: approx Dark Green Copper. HEX triplet: 47, 6A and 66. RGB value is (71,106,102). Sum of RGB (Red+Green+Blue) = 71+106+102=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 106 (41.80% from 255 or 37.99% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 106 - color contains mainly: green. Hex color #476A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A66 is #B89599. Grayscale: #5F5F5F. Windows color (decimal): -12096922 or 6711879. OLE color: 6711879.

HSL color Cylindrical-coordinate representation of color #476A66: hue angle of 173.14º 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 #476A66 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB71106102-
CMYK0.3300.040.58
HSL173.14º19.77%34.71%-
HSV(B)173.14º33.02%41.57%-
XYZ10.1512.6114.47-
YUV95.08131.9110.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 106 (41.80% from 255) = 37.99%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=25.45%
G=37.99%
B=36.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal711061020.3300.040.58173.1419.7734.71
Hex476A6621043Aad1423
Octal1071521464104722552443
Binary10001111101010110011010000101001110101010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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