#40796C

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

Shades of Dark Green Copper #40796C

Tints of Dark Green Copper #40796C

Color information

#40796C (or 0x40796C) is unknown color: approx Dark Green Copper. HEX triplet: 40, 79 and 6C. RGB value is (64,121,108). Sum of RGB (Red+Green+Blue) = 64+121+108=293 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.84% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #40796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40796C is #BF8693. Grayscale: #666666. Windows color (decimal): -12551828 or 7108928. OLE color: 7108928.

HSL color Cylindrical-coordinate representation of color #40796C: hue angle of 166.32º degrees, saturation: 0.31, 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 #40796C is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB64121108-
CMYK0.4700.110.53
HSL166.32º30.81%36.27%-
HSV(B)166.32º47.11%47.45%-
XYZ11.6615.8516.63-
YUV102.48131.12100.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.84%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=21.84%
G=41.30%
B=36.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal641211080.4700.110.53166.3230.8136.27
Hex40796C2F0B35a61f24
Octal10017115457013652463744
Binary100000011110011101100101111010111101011010011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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