#40766A

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

Shades of Dark Green Copper #40766A

Tints of Dark Green Copper #40766A

Color information

#40766A (or 0x40766A) is unknown color: approx Dark Green Copper. HEX triplet: 40, 76 and 6A. RGB value is (64,118,106). Sum of RGB (Red+Green+Blue) = 64+118+106=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #40766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766A is #BF8995. Grayscale: #646464. Windows color (decimal): -12552598 or 6977088. OLE color: 6977088.

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

Color convert

RGB64118106-
CMYK0.4600.100.54
HSL166.67º29.67%35.69%-
HSV(B)166.67º45.76%46.27%-
XYZ11.1915.0915.96-
YUV100.49131.11101.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=22.22%
G=40.97%
B=36.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181060.4600.100.54166.6729.6735.69
Hex40766A2E0A36a71e24
Octal10016615256012662473644
Binary100000011101101101010101110010101101101010011111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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