#3E6E64

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

Shades of Dark Green Copper #3E6E64

Tints of Dark Green Copper #3E6E64

Color information

#3E6E64 (or 0x3E6E64) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 6E and 64. RGB value is (62,110,100). Sum of RGB (Red+Green+Blue) = 62+110+100=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 110 - color contains mainly: green. Hex color #3E6E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6E64 is #C1919B. Grayscale: #5E5E5E. Windows color (decimal): -12685724 or 6581822. OLE color: 6581822.

HSL color Cylindrical-coordinate representation of color #3E6E64: hue angle of 167.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E6E64 is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB62110100-
CMYK0.4400.090.57
HSL167.5º27.91%33.73%-
HSV(B)167.5º43.64%43.14%-
XYZ9.8613.114.06-
YUV94.51131.1104.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=22.79%
G=40.44%
B=36.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal621101000.4400.090.57167.527.9133.73
Hex3E6E642C0939a81c22
Octal7615614454011712503442
Binary11111011011101100100101100010011110011010100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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