#42706D

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

Shades of Dark Green Copper #42706D

Tints of Dark Green Copper #42706D

Color information

#42706D (or 0x42706D) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 6D. RGB value is (66,112,109). Sum of RGB (Red+Green+Blue) = 66+112+109=287 (38% of max value = 765). Red value is 66 (26.17% from 255 or 23.00% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #42706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42706D is #BD8F92. Grayscale: #616161. Windows color (decimal): -12423059 or 7172162. OLE color: 7172162.

HSL color Cylindrical-coordinate representation of color #42706D: hue angle of 176.09º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42706D is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB66112109-
CMYK0.4100.030.56
HSL176.09º25.84%34.9%-
HSV(B)176.09º41.07%43.92%-
XYZ10.813.8516.57-
YUV97.9134.26105.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.00%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=23.00%
G=39.02%
B=37.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661121090.4100.030.56176.0925.8434.9
Hex42706D290338b01a23
Octal1021601555103702603243
Binary1000010111000011011011010010111110001011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42706D; }

 p { color: rgb(66,112,109); }

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

<style>
 a { background-color: #42706D; }

 a { background-color: rgb(66,112,109); }

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

<style>
 span { border-color: #42706D; }

 span { border-color: rgb(66,112,109); }

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