#40776A

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

Shades of Dark Green Copper #40776A

Tints of Dark Green Copper #40776A

Color information

#40776A (or 0x40776A) is unknown color: approx Dark Green Copper. HEX triplet: 40, 77 and 6A. RGB value is (64,119,106). Sum of RGB (Red+Green+Blue) = 64+119+106=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #40776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40776A is #BF8895. Grayscale: #656565. Windows color (decimal): -12552342 or 6977344. OLE color: 6977344.

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

Color convert

RGB64119106-
CMYK0.4600.110.53
HSL165.82º30.05%35.88%-
HSV(B)165.82º46.22%46.67%-
XYZ11.3115.3216-
YUV101.07130.78101.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=22.15%
G=41.18%
B=36.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641191060.4600.110.53165.8230.0535.88
Hex40776A2E0B35a61e24
Octal10016715256013652463644
Binary100000011101111101010101110010111101011010011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,119,106); }

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

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

 a { background-color: rgb(64,119,106); }

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

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

 span { border-color: rgb(64,119,106); }

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