Html Css Color HEX #3D7164 Dark Green Copper

📋 copy color: '#3D7164'

red 61 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #3D7164

Tints of Dark Green Copper #3D7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

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

R = 22.26%
G = 41.24%
B = 36.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#3D7164 (or 0x3D7164) is known color: Dark Green Copper. HEX triplet: 3D, 71 and 64. RGB value is (61,113,100). Sum of RGB (Red+Green+Blue) = 61+113+100=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7164 is #C28E9B. Grayscale: #5F5F5F. Windows color (decimal): -12750492 or 6582589. OLE color: 6582589.

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

Color convert

RGB 61 113 100 -
CMYK 0.46 0 0.12 0.56
HSL 165º 0.3% 0.34% -
HSV(B) 165º 0.46% 0.44% -
XYZ 10.13 13.72 14.17 -
YUV 95.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 61 113 100 0.46 0 0.12 0.56 165 0.3 0.34
Hex 3D 71 64 2E 0 C 38 A5 1E 22
Octal 75 161 144 56 0 14 70 245 36 42
Binary 111101 1110001 1100100 101110 0 1100 111000 10100101 11110 100010

Color Harmonies of #3D7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7164

Black with #3D7164

Text Example


Text Example

White with #3D7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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