Html Css Color HEX #3E7169 Dark Green Copper

📋 copy color: '#3E7169'

red 62 ◦ green 113 ◦ blue 105

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

Shades of Dark Green Copper #3E7169

Tints of Dark Green Copper #3E7169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.5%

R = 22.14%
G = 40.36%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#3E7169 (or 0x3E7169) is known color: Dark Green Copper. HEX triplet: 3E, 71 and 69. RGB value is (62,113,105). Sum of RGB (Red+Green+Blue) = 62+113+105=280 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.14% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3E7169 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7169 is #C18E96. Grayscale: #606060. Windows color (decimal): -12684951 or 6910270. OLE color: 6910270.

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

Color convert

RGB 62 113 105 -
CMYK 0.45 0 0.07 0.56
HSL 170.59º 0.29% 0.34% -
HSV(B) 170.59º 0.45% 0.44% -
XYZ 10.44 13.85 15.49 -
YUV 96.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 62 113 105 0.45 0 0.07 0.56 170.59 0.29 0.34
Hex 3E 71 69 2D 0 7 38 AB 1D 22
Octal 76 161 151 55 0 7 70 253 35 42
Binary 111110 1110001 1101001 101101 0 111 111000 10101011 11101 100010

Color Harmonies of #3E7169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7169

Black with #3E7169

Text Example


Text Example

White with #3E7169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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