#3E7164

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

Shades of Dark Green Copper #3E7164

Tints of Dark Green Copper #3E7164

Color information

#3E7164 (or 0x3E7164) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 71 and 64. RGB value is (62,113,100). Sum of RGB (Red+Green+Blue) = 62+113+100=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7164 is #C18E9B. Grayscale: #606060. Windows color (decimal): -12684956 or 6582590. OLE color: 6582590.

HSL color Cylindrical-coordinate representation of color #3E7164: hue angle of 164.71º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E7164 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB62113100-
CMYK0.4500.120.56
HSL164.71º29.14%34.31%-
HSV(B)164.71º45.13%44.31%-
XYZ10.1913.7514.17-
YUV96.27130.1103.56-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.55%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=22.55%
G=41.09%
B=36.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621131000.4500.120.56164.7129.1434.31
Hex3E71642D0C38a51d22
Octal7616114455014702453542
Binary11111011100011100100101101011001110001010010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,100); }

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

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

 a { background-color: rgb(62,113,100); }

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

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

 span { border-color: rgb(62,113,100); }

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