#3D7163

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

Shades of Dark Green Copper #3D7163

Tints of Dark Green Copper #3D7163

Color information

#3D7163 (or 0x3D7163) is unknown color: approx Dark Green Copper. HEX triplet: 3D, 71 and 63. RGB value is (61,113,99). Sum of RGB (Red+Green+Blue) = 61+113+99=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7163 is #C28E9C. Grayscale: #5F5F5F. Windows color (decimal): -12750493 or 6517053. OLE color: 6517053.

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

Color convert

RGB6111399-
CMYK0.4600.120.56
HSL163.85º29.89%34.12%-
HSV(B)163.85º46.02%44.31%-
XYZ10.0813.713.92-
YUV95.86129.77103.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.34%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=22.34%
G=41.39%
B=36.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61113990.4600.120.56163.8529.8934.12
Hex3D71632E0C38a41e22
Octal7516114356014702443642
Binary11110111100011100011101110011001110001010010011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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