Html Css Color HEX #3E7164 Dark Green Copper

📋 copy color: '#3E7164'

red 62 ◦ green 113 ◦ blue 100

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

Shades of Dark Green Copper #3E7164

Tints of Dark Green Copper #3E7164

RGB

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

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

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

R = 22.55%
G = 41.09%
B = 36.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#3E7164 (or 0x3E7164) is known color: Dark Green Copper. HEX triplet: 3E, 71 and 64. RGB value is (62,113,100). Sum of RGB (Red+Green+Blue) = 62+113+100=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7164 is #C18E9B. Grayscale: #606060. Windows color (decimal): -12684956 or 6582590. OLE color: 6582590.

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

Color convert

RGB 62 113 100 -
CMYK 0.45 0 0.12 0.56
HSL 164.71º 0.29% 0.34% -
HSV(B) 164.71º 0.45% 0.44% -
XYZ 10.19 13.75 14.17 -
YUV 96.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 62 113 100 0.45 0 0.12 0.56 164.71 0.29 0.34
Hex 3E 71 64 2D 0 C 38 A5 1D 22
Octal 76 161 144 55 0 14 70 245 35 42
Binary 111110 1110001 1100100 101101 0 1100 111000 10100101 11101 100010

Color Harmonies of #3E7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7164

Black with #3E7164

Text Example


Text Example

White with #3E7164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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