#42786A

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

Shades of Dark Green Copper #42786A

Tints of Dark Green Copper #42786A

Color information

#42786A (or 0x42786A) is unknown color: approx Dark Green Copper. HEX triplet: 42, 78 and 6A. RGB value is (66,120,106). Sum of RGB (Red+Green+Blue) = 66+120+106=292 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.60% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #42786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42786A is #BD8795. Grayscale: #666666. Windows color (decimal): -12421014 or 6977602. OLE color: 6977602.

HSL color Cylindrical-coordinate representation of color #42786A: hue angle of 164.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #42786A is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB66120106-
CMYK0.4500.120.53
HSL164.44º29.03%36.47%-
HSV(B)164.44º45%47.06%-
XYZ11.5615.6316.04-
YUV102.26130.11102.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.60%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 106 (41.80% from 255) = 36.30%
R=22.60%
G=41.10%
B=36.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201060.4500.120.53164.4429.0336.47
Hex42786A2D0C35a41d24
Octal10217015255014652443544
Binary100001011110001101010101101011001101011010010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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