#3E6762

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

Shades of Dark Green Copper #3E6762

Tints of Dark Green Copper #3E6762

Color information

#3E6762 (or 0x3E6762) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 67 and 62. RGB value is (62,103,98). Sum of RGB (Red+Green+Blue) = 62+103+98=263 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.57% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #3E6762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6762 is #C1989D. Grayscale: #5A5A5A. Windows color (decimal): -12687518 or 6448958. OLE color: 6448958.

HSL color Cylindrical-coordinate representation of color #3E6762: hue angle of 172.68º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E6762 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB6210398-
CMYK0.4000.050.60
HSL172.68º24.85%32.35%-
HSV(B)172.68º39.81%40.39%-
XYZ9.0411.6113.32-
YUV90.17132.42107.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.57%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=23.57%
G=39.16%
B=37.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62103980.4000.050.60172.6824.8532.35
Hex3E676228053Cad1920
Octal761471425005742553140
Binary1111101100111110001010100001011111001010110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,103,98); }

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

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

 a { background-color: rgb(62,103,98); }

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

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

 span { border-color: rgb(62,103,98); }

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