#43706B

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

Shades of Dark Green Copper #43706B

Tints of Dark Green Copper #43706B

Color information

#43706B (or 0x43706B) is unknown color: approx Dark Green Copper. HEX triplet: 43, 70 and 6B. RGB value is (67,112,107). Sum of RGB (Red+Green+Blue) = 67+112+107=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #43706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43706B is #BC8F94. Grayscale: #616161. Windows color (decimal): -12357525 or 7041091. OLE color: 7041091.

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

Color convert

RGB67112107-
CMYK0.4000.040.56
HSL173.33º25.14%35.1%-
HSV(B)173.33º40.18%43.92%-
XYZ10.7613.8416.01-
YUV97.98133.09105.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=23.43%
G=39.16%
B=37.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal671121070.4000.040.56173.3325.1435.1
Hex43706B280438ad1923
Octal1031601535004702553143
Binary10000111110000110101110100001001110001010110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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