#46706B

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

Shades of Dark Green Copper #46706B

Tints of Dark Green Copper #46706B

Color information

#46706B (or 0x46706B) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 6B. RGB value is (70,112,107). Sum of RGB (Red+Green+Blue) = 70+112+107=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 107 (42.19% from 255 or 37.02% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #46706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46706B is #B98F94. Grayscale: #626262. Windows color (decimal): -12160917 or 7041094. OLE color: 7041094.

HSL color Cylindrical-coordinate representation of color #46706B: hue angle of 172.86º 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 #46706B is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB70112107-
CMYK0.3800.040.56
HSL172.86º23.08%35.69%-
HSV(B)172.86º37.5%43.92%-
XYZ10.9713.9516.02-
YUV98.87132.59107.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 107 (42.19% from 255) = 37.02%
R=24.22%
G=38.75%
B=37.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121070.3800.040.56172.8623.0835.69
Hex46706B260438ad1724
Octal1061601534604702552744
Binary10001101110000110101110011001001110001010110110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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