Html Css Color HEX #3E766A Dark Green Copper

📋 copy color: '#3E766A'

red 62 ◦ green 118 ◦ blue 106

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

Shades of Dark Green Copper #3E766A

Tints of Dark Green Copper #3E766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 21.68%
G = 41.26%
B = 37.06%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#3E766A (or 0x3E766A) is known color: Dark Green Copper. HEX triplet: 3E, 76 and 6A. RGB value is (62,118,106). Sum of RGB (Red+Green+Blue) = 62+118+106=286 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.68% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766A is #C18995. Grayscale: #636363. Windows color (decimal): -12683670 or 6977086. OLE color: 6977086.

HSL color Cylindrical-coordinate representation of color #3E766A: hue angle of 167.14º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E766A is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 118 106 -
CMYK 0.47 0 0.10 0.54
HSL 167.14º 0.31% 0.35% -
HSV(B) 167.14º 0.47% 0.46% -
XYZ 11.07 15.02 15.95 -
YUV 99.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 62 118 106 0.47 0 0.10 0.54 167.14 0.31 0.35
Hex 3E 76 6A 2F 0 A 36 A7 1F 23
Octal 76 166 152 57 0 12 66 247 37 43
Binary 111110 1110110 1101010 101111 0 1010 110110 10100111 11111 100011

Color Harmonies of #3E766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E766A

Black with #3E766A

Text Example


Text Example

White with #3E766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,118,106); }

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

background-color css

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

 a { background-color: rgb(62,118,106); }

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

border-color css

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

 span { border-color: rgb(62,118,106); }

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