#40786C

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

Shades of Dark Green Copper #40786C

Tints of Dark Green Copper #40786C

Color information

#40786C (or 0x40786C) is unknown color: approx Dark Green Copper. HEX triplet: 40, 78 and 6C. RGB value is (64,120,108). Sum of RGB (Red+Green+Blue) = 64+120+108=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #40786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40786C is #BF8793. Grayscale: #656565. Windows color (decimal): -12552084 or 7108672. OLE color: 7108672.

HSL color Cylindrical-coordinate representation of color #40786C: hue angle of 167.14º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40786C is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB64120108-
CMYK0.4700.100.53
HSL167.14º30.43%36.08%-
HSV(B)167.14º46.67%47.06%-
XYZ11.5415.6116.59-
YUV101.89131.45100.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.92%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=21.92%
G=41.10%
B=36.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641201080.4700.100.53167.1430.4336.08
Hex40786C2F0A35a71e24
Octal10017015457012652473644
Binary100000011110001101100101111010101101011010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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