#466A66

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

Shades of Dark Green Copper #466A66

Tints of Dark Green Copper #466A66

Color information

#466A66 (or 0x466A66) is unknown color: approx Dark Green Copper. HEX triplet: 46, 6A and 66. RGB value is (70,106,102). Sum of RGB (Red+Green+Blue) = 70+106+102=278 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.18% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #466A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466A66 is #B99599. Grayscale: #5E5E5E. Windows color (decimal): -12162458 or 6711878. OLE color: 6711878.

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

Color convert

RGB70106102-
CMYK0.3400.040.58
HSL173.33º20.45%34.51%-
HSV(B)173.33º33.96%41.57%-
XYZ10.0812.5714.47-
YUV94.78132.07110.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.18%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=25.18%
G=38.13%
B=36.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal701061020.3400.040.58173.3320.4534.51
Hex466A6622043Aad1423
Octal1061521464204722552443
Binary10001101101010110011010001001001110101010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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