#42786C

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

Shades of Dark Green Copper #42786C

Tints of Dark Green Copper #42786C

Color information

#42786C (or 0x42786C) is unknown color: approx Dark Green Copper. HEX triplet: 42, 78 and 6C. RGB value is (66,120,108). Sum of RGB (Red+Green+Blue) = 66+120+108=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #42786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42786C is #BD8793. Grayscale: #666666. Windows color (decimal): -12421012 or 7108674. OLE color: 7108674.

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

Color convert

RGB66120108-
CMYK0.4500.100.53
HSL166.67º29.03%36.47%-
HSV(B)166.67º45%47.06%-
XYZ11.6715.6716.6-
YUV102.49131.11101.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.45%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=22.45%
G=40.82%
B=36.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal661201080.4500.100.53166.6729.0336.47
Hex42786C2D0A35a71d24
Octal10217015455012652473544
Binary100001011110001101100101101010101101011010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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