#3E736A

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

Shades of Dark Green Copper #3E736A

Tints of Dark Green Copper #3E736A

Color information

#3E736A (or 0x3E736A) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 73 and 6A. RGB value is (62,115,106). Sum of RGB (Red+Green+Blue) = 62+115+106=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #3E736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E736A is #C18C95. Grayscale: #626262. Windows color (decimal): -12684438 or 6976318. OLE color: 6976318.

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

Color convert

RGB62115106-
CMYK0.4600.080.55
HSL169.81º29.94%34.71%-
HSV(B)169.81º46.09%45.1%-
XYZ10.7214.3315.84-
YUV98.13132.44102.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 115 (45.31% from 255) = 40.64%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=21.91%
G=40.64%
B=37.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal621151060.4600.080.55169.8129.9434.71
Hex3E736A2E0837aa1e23
Octal7616315256010672523643
Binary11111011100111101010101110010001101111010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,115,106); }

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

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

 a { background-color: rgb(62,115,106); }

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

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

 span { border-color: rgb(62,115,106); }

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