#46746A

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

Shades of Dark Green Copper #46746A

Tints of Dark Green Copper #46746A

Color information

#46746A (or 0x46746A) is unknown color: approx Dark Green Copper. HEX triplet: 46, 74 and 6A. RGB value is (70,116,106). Sum of RGB (Red+Green+Blue) = 70+116+106=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #46746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46746A is #B98B95. Grayscale: #656565. Windows color (decimal): -12159894 or 6976582. OLE color: 6976582.

HSL color Cylindrical-coordinate representation of color #46746A: hue angle of 166.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46746A is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB70116106-
CMYK0.4000.090.55
HSL166.96º24.73%36.47%-
HSV(B)166.96º39.66%45.49%-
XYZ11.3714.8315.9-
YUV101.11130.76105.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=23.97%
G=39.73%
B=36.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701161060.4000.090.55166.9624.7336.47
Hex46746A280937a71924
Octal10616415250011672473144
Binary100011011101001101010101000010011101111010011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46746A; }

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

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

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

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

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

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

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

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