#43706A

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

Shades of Dark Green Copper #43706A

Tints of Dark Green Copper #43706A

Color information

#43706A (or 0x43706A) is unknown color: approx Dark Green Copper. HEX triplet: 43, 70 and 6A. RGB value is (67,112,106). Sum of RGB (Red+Green+Blue) = 67+112+106=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #43706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706A is #BC8F95. Grayscale: #616161. Windows color (decimal): -12357526 or 6975555. OLE color: 6975555.

HSL color Cylindrical-coordinate representation of color #43706A: hue angle of 172º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #43706A is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB67112106-
CMYK0.4000.050.56
HSL172º25.14%35.1%-
HSV(B)172º40.18%43.92%-
XYZ10.7113.8215.74-
YUV97.86132.59105.99-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.51%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=23.51%
G=39.30%
B=37.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal671121060.4000.050.5617225.1435.1
Hex43706A280538ac1923
Octal1031601525005702543143
Binary10000111110000110101010100001011110001010110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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