#3E7669

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

Shades of Dark Green Copper #3E7669

Tints of Dark Green Copper #3E7669

Color information

#3E7669 (or 0x3E7669) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 76 and 69. RGB value is (62,118,105). Sum of RGB (Red+Green+Blue) = 62+118+105=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3E7669 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7669 is #C18996. Grayscale: #636363. Windows color (decimal): -12683671 or 6911550. OLE color: 6911550.

HSL color Cylindrical-coordinate representation of color #3E7669: hue angle of 166.07º 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 #3E7669 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB62118105-
CMYK0.4700.110.54
HSL166.07º31.11%35.29%-
HSV(B)166.07º47.46%46.27%-
XYZ11.011515.68-
YUV99.77130.95101.06-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 105 (41.41% from 255) = 36.84%
R=21.75%
G=41.40%
B=36.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621181050.4700.110.54166.0731.1135.29
Hex3E76692F0B36a61f23
Octal7616615157013662463743
Binary11111011101101101001101111010111101101010011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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