Html Css Color HEX #3E7165 Dark Green Copper

📋 copy color: '#3E7165'

red 62 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #3E7165

Tints of Dark Green Copper #3E7165

RGB

 RED value IS 62 (24.61% from 255) = 22.46%

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

 BLUE value IS 101 (39.84% from 255) = 36.59%

R = 22.46%
G = 40.94%
B = 36.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#3E7165 (or 0x3E7165) is known color: Dark Green Copper. HEX triplet: 3E, 71 and 65. RGB value is (62,113,101). Sum of RGB (Red+Green+Blue) = 62+113+101=276 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.46% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7165 is #C18E9A. Grayscale: #606060. Windows color (decimal): -12684955 or 6648126. OLE color: 6648126.

HSL color Cylindrical-coordinate representation of color #3E7165: 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.45%. Process color model (Four color, CMYK) of #3E7165 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 62 113 101 -
CMYK 0.45 0 0.11 0.56
HSL 165.88º 0.29% 0.34% -
HSV(B) 165.88º 0.45% 0.44% -
XYZ 10.24 13.77 14.43 -
YUV 96.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 62 113 101 0.45 0 0.11 0.56 165.88 0.29 0.34
Hex 3E 71 65 2D 0 B 38 A6 1D 22
Octal 76 161 145 55 0 13 70 246 35 42
Binary 111110 1110001 1100101 101101 0 1011 111000 10100110 11101 100010

Color Harmonies of #3E7165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7165

Black with #3E7165

Text Example


Text Example

White with #3E7165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,113,101); }

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

background-color css

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

 a { background-color: rgb(62,113,101); }

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

border-color css

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

 span { border-color: rgb(62,113,101); }

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