#3E796F

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

Shades of Dark Green Copper #3E796F

Tints of Dark Green Copper #3E796F

Color information

#3E796F (or 0x3E796F) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 79 and 6F. RGB value is (62,121,111). Sum of RGB (Red+Green+Blue) = 62+121+111=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #3E796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E796F is #C18690. Grayscale: #666666. Windows color (decimal): -12682897 or 7305534. OLE color: 7305534.

HSL color Cylindrical-coordinate representation of color #3E796F: hue angle of 169.83º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E796F is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB62121111-
CMYK0.4900.080.53
HSL169.83º32.24%35.88%-
HSV(B)169.83º48.76%47.45%-
XYZ11.6915.8517.48-
YUV102.22132.9599.31-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.09%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=21.09%
G=41.16%
B=37.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621211110.4900.080.53169.8332.2435.88
Hex3E796F310835aa2024
Octal7617115761010652524044
Binary111110111100111011111100010100011010110101010100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,121,111); }

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

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

 a { background-color: rgb(62,121,111); }

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

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

 span { border-color: rgb(62,121,111); }

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