#42756A

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

Shades of Dark Green Copper #42756A

Tints of Dark Green Copper #42756A

Color information

#42756A (or 0x42756A) is unknown color: approx Dark Green Copper. HEX triplet: 42, 75 and 6A. RGB value is (66,117,106). Sum of RGB (Red+Green+Blue) = 66+117+106=289 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.84% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 117 - color contains mainly: green. Hex color #42756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42756A is #BD8A95. Grayscale: #646464. Windows color (decimal): -12421782 or 6976834. OLE color: 6976834.

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

Color convert

RGB66117106-
CMYK0.4400.090.54
HSL167.06º27.87%35.88%-
HSV(B)167.06º43.59%45.88%-
XYZ11.2114.9215.92-
YUV100.5131.1103.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.84%
GREEN value IS 117 (46.09% from 255) = 40.48%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=22.84%
G=40.48%
B=36.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal661171060.4400.090.54167.0627.8735.88
Hex42756A2C0936a71c24
Octal10216515254011662473444
Binary100001011101011101010101100010011101101010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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