#3E6D64

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

Shades of Dark Green Copper #3E6D64

Tints of Dark Green Copper #3E6D64

Color information

#3E6D64 (or 0x3E6D64) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 6D and 64. RGB value is (62,109,100). Sum of RGB (Red+Green+Blue) = 62+109+100=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #3E6D64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6D64 is #C1929B. Grayscale: #5D5D5D. Windows color (decimal): -12685980 or 6581566. OLE color: 6581566.

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

Color convert

RGB62109100-
CMYK0.4300.080.57
HSL168.51º27.49%33.53%-
HSV(B)168.51º43.12%42.75%-
XYZ9.7612.8814.03-
YUV93.92131.43105.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=22.88%
G=40.22%
B=36.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal621091000.4300.080.57168.5127.4933.53
Hex3E6D642B0839a91b22
Octal7615514453010712513342
Binary11111011011011100100101011010001110011010100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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