Html Css Color HEX #3E7166 Dark Green Copper

📋 copy color: '#3E7166'

red 62 ◦ green 113 ◦ blue 102

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

Shades of Dark Green Copper #3E7166

Tints of Dark Green Copper #3E7166

RGB

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

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

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

R = 22.38%
G = 40.79%
B = 36.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#3E7166 (or 0x3E7166) is known color: Dark Green Copper. HEX triplet: 3E, 71 and 66. RGB value is (62,113,102). Sum of RGB (Red+Green+Blue) = 62+113+102=277 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.38% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7166 is #C18E99. Grayscale: #606060. Windows color (decimal): -12684954 or 6713662. OLE color: 6713662.

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

Color convert

RGB 62 113 102 -
CMYK 0.45 0 0.10 0.56
HSL 167.06º 0.29% 0.34% -
HSV(B) 167.06º 0.45% 0.44% -
XYZ 10.29 13.79 14.69 -
YUV 96.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 62 113 102 0.45 0 0.10 0.56 167.06 0.29 0.34
Hex 3E 71 66 2D 0 A 38 A7 1D 22
Octal 76 161 146 55 0 12 70 247 35 42
Binary 111110 1110001 1100110 101101 0 1010 111000 10100111 11101 100010

Color Harmonies of #3E7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7166

Black with #3E7166

Text Example


Text Example

White with #3E7166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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