#46786D

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

Shades of Dark Green Copper #46786D

Tints of Dark Green Copper #46786D

Color information

#46786D (or 0x46786D) is unknown color: approx Dark Green Copper. HEX triplet: 46, 78 and 6D. RGB value is (70,120,109). Sum of RGB (Red+Green+Blue) = 70+120+109=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #46786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46786D is #B98792. Grayscale: #676767. Windows color (decimal): -12158867 or 7174214. OLE color: 7174214.

HSL color Cylindrical-coordinate representation of color #46786D: hue angle of 166.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46786D is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB70120109-
CMYK0.4200.090.53
HSL166.8º26.32%37.25%-
HSV(B)166.8º41.67%47.06%-
XYZ1215.8416.89-
YUV103.8130.94103.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=23.41%
G=40.13%
B=36.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701201090.4200.090.53166.826.3237.25
Hex46786D2A0935a71a25
Octal10617015552011652473245
Binary100011011110001101101101010010011101011010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46786D; }

 p { color: rgb(70,120,109); }

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

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

 a { background-color: rgb(70,120,109); }

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

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

 span { border-color: rgb(70,120,109); }

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