#466661

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

Shades of Dark Green Copper #466661

Tints of Dark Green Copper #466661

Color information

#466661 (or 0x466661) is unknown color: approx Dark Green Copper. HEX triplet: 46, 66 and 61. RGB value is (70,102,97). Sum of RGB (Red+Green+Blue) = 70+102+97=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 102 - color contains mainly: green. Hex color #466661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466661 is #B9999E. Grayscale: #5B5B5B. Windows color (decimal): -12163487 or 6383174. OLE color: 6383174.

HSL color Cylindrical-coordinate representation of color #466661: hue angle of 170.62º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #466661 is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB7010297-
CMYK0.3100.050.6
HSL170.62º18.6%33.73%-
HSV(B)170.62º31.37%40%-
XYZ9.4311.6713.06-
YUV91.86130.9112.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 97 (38.28% from 255) = 36.06%
R=26.02%
G=37.92%
B=36.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70102970.3100.050.6170.6218.633.73
Hex4666611F053Cab1322
Octal1061461413705742532342
Binary1000110110011011000011111101011111001010101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466661; }

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

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

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

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

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

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

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

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