#42786E

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

Shades of Dark Green Copper #42786E

Tints of Dark Green Copper #42786E

Color information

#42786E (or 0x42786E) is unknown color: approx Dark Green Copper. HEX triplet: 42, 78 and 6E. RGB value is (66,120,110). Sum of RGB (Red+Green+Blue) = 66+120+110=296 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.30% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #42786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42786E is #BD8791. Grayscale: #666666. Windows color (decimal): -12421010 or 7239746. OLE color: 7239746.

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

Color convert

RGB66120110-
CMYK0.4500.080.53
HSL168.89º29.03%36.47%-
HSV(B)168.89º45%47.06%-
XYZ11.7815.7217.16-
YUV102.71132.11101.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.30%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 110 (43.36% from 255) = 37.16%
R=22.30%
G=40.54%
B=37.16%

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
Decimal661201100.4500.080.53168.8929.0336.47
Hex42786E2D0835a91d24
Octal10217015655010652513544
Binary100001011110001101110101101010001101011010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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