#3D7165

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

Shades of Dark Green Copper #3D7165

Tints of Dark Green Copper #3D7165

Color information

#3D7165 (or 0x3D7165) is unknown color: approx Dark Green Copper. HEX triplet: 3D, 71 and 65. RGB value is (61,113,101). Sum of RGB (Red+Green+Blue) = 61+113+101=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7165 is #C28E9A. Grayscale: #606060. Windows color (decimal): -12750491 or 6648125. OLE color: 6648125.

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

Color convert

RGB61113101-
CMYK0.4600.110.56
HSL166.15º29.89%34.12%-
HSV(B)166.15º46.02%44.31%-
XYZ10.1813.7414.43-
YUV96.08130.77102.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=22.18%
G=41.09%
B=36.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611131010.4600.110.56166.1529.8934.12
Hex3D71652E0B38a61e22
Octal7516114556013702463642
Binary11110111100011100101101110010111110001010011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,101); }

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

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

 a { background-color: rgb(61,113,101); }

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

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

 span { border-color: rgb(61,113,101); }

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