#3D6962

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

Shades of Dark Green Copper #3D6962

Tints of Dark Green Copper #3D6962

Color information

#3D6962 (or 0x3D6962) is unknown color: approx Dark Green Copper. HEX triplet: 3D, 69 and 62. RGB value is (61,105,98). Sum of RGB (Red+Green+Blue) = 61+105+98=264 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.11% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6962 is #C2969D. Grayscale: #5B5B5B. Windows color (decimal): -12752542 or 6449469. OLE color: 6449469.

HSL color Cylindrical-coordinate representation of color #3D6962: hue angle of 170.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6962 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB6110598-
CMYK0.4200.070.59
HSL170.45º26.51%32.55%-
HSV(B)170.45º41.9%41.18%-
XYZ9.1811.9813.38-
YUV91.05131.92106.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.11%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=23.11%
G=39.77%
B=37.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61105980.4200.070.59170.4526.5132.55
Hex3D69622A073Baa1b21
Octal751511425207732523341
Binary1111011101001110001010101001111110111010101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,105,98); }

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

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

 a { background-color: rgb(61,105,98); }

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

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

 span { border-color: rgb(61,105,98); }

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