#3E766C

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

Shades of Dark Green Copper #3E766C

Tints of Dark Green Copper #3E766C

Color information

#3E766C (or 0x3E766C) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 76 and 6C. RGB value is (62,118,108). Sum of RGB (Red+Green+Blue) = 62+118+108=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766C is #C18993. Grayscale: #646464. Windows color (decimal): -12683668 or 7108158. OLE color: 7108158.

HSL color Cylindrical-coordinate representation of color #3E766C: hue angle of 169.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E766C is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB62118108-
CMYK0.4700.080.54
HSL169.29º31.11%35.29%-
HSV(B)169.29º47.46%46.27%-
XYZ11.1715.0616.51-
YUV100.12132.45100.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.53%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=21.53%
G=40.97%
B=37.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621181080.4700.080.54169.2931.1135.29
Hex3E766C2F0836a91f23
Octal7616615457010662513743
Binary11111011101101101100101111010001101101010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E766C; }

 p { color: rgb(62,118,108); }

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

<style>
 a { background-color: #3E766C; }

 a { background-color: rgb(62,118,108); }

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

<style>
 span { border-color: #3E766C; }

 span { border-color: rgb(62,118,108); }

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