#42706C

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

Shades of Dark Green Copper #42706C

Tints of Dark Green Copper #42706C

Color information

#42706C (or 0x42706C) is unknown color: approx Dark Green Copper. HEX triplet: 42, 70 and 6C. RGB value is (66,112,108). Sum of RGB (Red+Green+Blue) = 66+112+108=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #42706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42706C is #BD8F93. Grayscale: #616161. Windows color (decimal): -12423060 or 7106626. OLE color: 7106626.

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

Color convert

RGB66112108-
CMYK0.4100.040.56
HSL174.78º25.84%34.9%-
HSV(B)174.78º41.07%43.92%-
XYZ10.7513.8316.29-
YUV97.79133.76105.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.08%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=23.08%
G=39.16%
B=37.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal661121080.4100.040.56174.7825.8434.9
Hex42706C290438af1a23
Octal1021601545104702573243
Binary10000101110000110110010100101001110001010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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