Html Css Color HEX #3D7064 Dark Green Copper

📋 copy color: '#3D7064'

red 61 ◦ green 112 ◦ blue 100

#3D7064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #3D7064

Tints of Dark Green Copper #3D7064

RGB

 RED value IS 61 (24.22% from 255) = 22.34%

 GREEN value IS 112 (44.14% from 255) = 41.03%

 BLUE value IS 100 (39.45% from 255) = 36.63%

R = 22.34%
G = 41.03%
B = 36.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#3D7064 (or 0x3D7064) is known color: Dark Green Copper. HEX triplet: 3D, 70 and 64. RGB value is (61,112,100). Sum of RGB (Red+Green+Blue) = 61+112+100=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 112 - color contains mainly: green. Hex color #3D7064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7064 is #C28F9B. Grayscale: #5F5F5F. Windows color (decimal): -12750748 or 6582333. OLE color: 6582333.

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

Color convert

RGB 61 112 100 -
CMYK 0.46 0 0.11 0.56
HSL 165.88º 0.29% 0.34% -
HSV(B) 165.88º 0.46% 0.44% -
XYZ 10.02 13.5 14.13 -
YUV 95.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 61 112 100 0.46 0 0.11 0.56 165.88 0.29 0.34
Hex 3D 70 64 2E 0 B 38 A6 1D 22
Octal 75 160 144 56 0 13 70 246 35 42
Binary 111101 1110000 1100100 101110 0 1011 111000 10100110 11101 100010

Color Harmonies of #3D7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7064

Black with #3D7064

Text Example


Text Example

White with #3D7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D7064;
 }
 .AnyTagClassName
 {
   color: #3D7064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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