#3D7066

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

Shades of Dark Green Copper #3D7066

Tints of Dark Green Copper #3D7066

Color information

#3D7066 (or 0x3D7066) is unknown color: approx Dark Green Copper. HEX triplet: 3D, 70 and 66. RGB value is (61,112,102). Sum of RGB (Red+Green+Blue) = 61+112+102=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7066 is #C28F99. Grayscale: #5F5F5F. Windows color (decimal): -12750746 or 6713405. OLE color: 6713405.

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

Color convert

RGB61112102-
CMYK0.4600.090.56
HSL168.24º29.48%33.92%-
HSV(B)168.24º45.54%43.92%-
XYZ10.1213.5414.65-
YUV95.61131.6103.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.18%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 102 (40.23% from 255) = 37.09%
R=22.18%
G=40.73%
B=37.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611121020.4600.090.56168.2429.4833.92
Hex3D70662E0938a81d22
Octal7516014656011702503542
Binary11110111100001100110101110010011110001010100011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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