#46706A

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

Shades of Dark Green Copper #46706A

Tints of Dark Green Copper #46706A

Color information

#46706A (or 0x46706A) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 6A. RGB value is (70,112,106). Sum of RGB (Red+Green+Blue) = 70+112+106=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #46706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706A is #B98F95. Grayscale: #626262. Windows color (decimal): -12160918 or 6975558. OLE color: 6975558.

HSL color Cylindrical-coordinate representation of color #46706A: hue angle of 171.43º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #46706A is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB70112106-
CMYK0.3800.050.56
HSL171.43º23.08%35.69%-
HSV(B)171.43º37.5%43.92%-
XYZ10.9213.9315.75-
YUV98.76132.09107.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=24.31%
G=38.89%
B=36.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121060.3800.050.56171.4323.0835.69
Hex46706A260538ab1724
Octal1061601524605702532744
Binary10001101110000110101010011001011110001010101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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