#42786F

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

Shades of Dark Green Copper #42786F

Tints of Dark Green Copper #42786F

Color information

#42786F (or 0x42786F) is unknown color: approx Dark Green Copper. HEX triplet: 42, 78 and 6F. RGB value is (66,120,111). Sum of RGB (Red+Green+Blue) = 66+120+111=297 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.22% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #42786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42786F is #BD8790. Grayscale: #666666. Windows color (decimal): -12421009 or 7305282. OLE color: 7305282.

HSL color Cylindrical-coordinate representation of color #42786F: hue angle of 170º 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 #42786F is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB66120111-
CMYK0.4500.080.53
HSL170º29.03%36.47%-
HSV(B)170º45%47.06%-
XYZ11.8315.7417.45-
YUV102.83132.61101.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.22%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=22.22%
G=40.40%
B=37.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201110.4500.080.5317029.0336.47
Hex42786F2D0835aa1d24
Octal10217015755010652523544
Binary100001011110001101111101101010001101011010101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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