Html Css Color HEX #3D7166 Dark Green Copper

📋 copy color: '#3D7166'

red 61 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #3D7166

Tints of Dark Green Copper #3D7166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 22.1%
G = 40.94%
B = 36.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#3D7166 (or 0x3D7166) is known color: Dark Green Copper. HEX triplet: 3D, 71 and 66. RGB value is (61,113,102). Sum of RGB (Red+Green+Blue) = 61+113+102=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7166 is #C28E99. Grayscale: #606060. Windows color (decimal): -12750490 or 6713661. OLE color: 6713661.

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

Color convert

RGB 61 113 102 -
CMYK 0.46 0 0.10 0.56
HSL 167.31º 0.3% 0.34% -
HSV(B) 167.31º 0.46% 0.44% -
XYZ 10.23 13.76 14.69 -
YUV 96.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 61 113 102 0.46 0 0.10 0.56 167.31 0.3 0.34
Hex 3D 71 66 2E 0 A 38 A7 1E 22
Octal 75 161 146 56 0 12 70 247 36 42
Binary 111101 1110001 1100110 101110 0 1010 111000 10100111 11110 100010

Color Harmonies of #3D7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7166

Black with #3D7166

Text Example


Text Example

White with #3D7166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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