#3E716C

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

Shades of Dark Green Copper #3E716C

Tints of Dark Green Copper #3E716C

Color information

#3E716C (or 0x3E716C) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 71 and 6C. RGB value is (62,113,108). Sum of RGB (Red+Green+Blue) = 62+113+108=283 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.91% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #3E716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E716C is #C18E93. Grayscale: #616161. Windows color (decimal): -12684948 or 7106878. OLE color: 7106878.

HSL color Cylindrical-coordinate representation of color #3E716C: hue angle of 174.12º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3E716C is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB62113108-
CMYK0.4500.040.56
HSL174.12º29.14%34.31%-
HSV(B)174.12º45.13%44.31%-
XYZ10.613.9216.32-
YUV97.18134.1102.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.91%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=21.91%
G=39.93%
B=38.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal621131080.4500.040.56174.1229.1434.31
Hex3E716C2D0438ae1d22
Octal761611545504702563542
Binary1111101110001110110010110101001110001010111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,113,108); }

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

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

 a { background-color: rgb(62,113,108); }

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

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

 span { border-color: rgb(62,113,108); }

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