#3D7166

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

Shades of Dark Green Copper #3D7166

Tints of Dark Green Copper #3D7166

Color information

#3D7166 (or 0x3D7166) is unknown color: approx Dark Green Copper. HEX triplet: 3D, 71 and 66. RGB value is (61,113,102). Sum of RGB (Red+Green+Blue) = 61+113+102=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7166 is #C28E99. Grayscale: #606060. Windows color (decimal): -12750490 or 6713661. OLE color: 6713661.

HSL color Cylindrical-coordinate representation of color #3D7166: hue angle of 167.31º 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 #3D7166 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB61113102-
CMYK0.4600.100.56
HSL167.31º29.89%34.12%-
HSV(B)167.31º46.02%44.31%-
XYZ10.2313.7614.69-
YUV96.2131.27102.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 102 (40.23% from 255) = 36.96%
R=22.10%
G=40.94%
B=36.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611131020.4600.100.56167.3129.8934.12
Hex3D71662E0A38a71e22
Octal7516114656012702473642
Binary11110111100011100110101110010101110001010011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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