#42756E

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

Shades of Dark Green Copper #42756E

Tints of Dark Green Copper #42756E

Color information

#42756E (or 0x42756E) is unknown color: approx Dark Green Copper. HEX triplet: 42, 75 and 6E. RGB value is (66,117,110). Sum of RGB (Red+Green+Blue) = 66+117+110=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #42756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42756E is #BD8A91. Grayscale: #646464. Windows color (decimal): -12421778 or 7238978. OLE color: 7238978.

HSL color Cylindrical-coordinate representation of color #42756E: hue angle of 171.76º 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 #42756E is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB66117110-
CMYK0.4400.060.54
HSL171.76º27.87%35.88%-
HSV(B)171.76º43.59%45.88%-
XYZ11.4215.0117.05-
YUV100.95133.1103.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 110 (43.36% from 255) = 37.54%
R=22.53%
G=39.93%
B=37.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171100.4400.060.54171.7627.8735.88
Hex42756E2C0636ac1c24
Octal1021651565406662543444
Binary10000101110101110111010110001101101101010110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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