#466561

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

Shades of Dark Green Copper #466561

Tints of Dark Green Copper #466561

Color information

#466561 (or 0x466561) is unknown color: approx Dark Green Copper. HEX triplet: 46, 65 and 61. RGB value is (70,101,97). Sum of RGB (Red+Green+Blue) = 70+101+97=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #466561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466561 is #B99A9E. Grayscale: #5B5B5B. Windows color (decimal): -12163743 or 6382918. OLE color: 6382918.

HSL color Cylindrical-coordinate representation of color #466561: hue angle of 172.26º degrees, saturation: 0.18, 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 #466561 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB7010197-
CMYK0.3100.040.60
HSL172.26º18.13%33.53%-
HSV(B)172.26º30.69%39.61%-
XYZ9.3411.4713.03-
YUV91.28131.23112.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.12%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=26.12%
G=37.69%
B=36.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101970.3100.040.60172.2618.1333.53
Hex4665611F043Cac1222
Octal1061451413704742542242
Binary1000110110010111000011111101001111001010110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466561; }

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

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

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

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

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

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

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

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