#42766E

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

Shades of Dark Green Copper #42766E

Tints of Dark Green Copper #42766E

Color information

#42766E (or 0x42766E) is unknown color: approx Dark Green Copper. HEX triplet: 42, 76 and 6E. RGB value is (66,118,110). Sum of RGB (Red+Green+Blue) = 66+118+110=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #42766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42766E is #BD8991. Grayscale: #656565. Windows color (decimal): -12421522 or 7239234. OLE color: 7239234.

HSL color Cylindrical-coordinate representation of color #42766E: hue angle of 170.77º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42766E is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB66118110-
CMYK0.4400.070.54
HSL170.77º28.26%36.08%-
HSV(B)170.77º44.07%46.27%-
XYZ11.5415.2417.09-
YUV101.54132.77102.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=22.45%
G=40.14%
B=37.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661181100.4400.070.54170.7728.2636.08
Hex42766E2C0736ab1c24
Octal1021661565407662533444
Binary10000101110110110111010110001111101101010101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42766E; }

 p { color: rgb(66,118,110); }

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

<style>
 a { background-color: #42766E; }

 a { background-color: rgb(66,118,110); }

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

<style>
 span { border-color: #42766E; }

 span { border-color: rgb(66,118,110); }

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