Html Css Color HEX #3E766B Dark Green Copper

📋 copy color: '#3E766B'

red 62 ◦ green 118 ◦ blue 107

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

Shades of Dark Green Copper #3E766B

Tints of Dark Green Copper #3E766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 21.6%
G = 41.11%
B = 37.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3E766B (or 0x3E766B) is known color: Dark Green Copper. HEX triplet: 3E, 76 and 6B. RGB value is (62,118,107). Sum of RGB (Red+Green+Blue) = 62+118+107=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766B is #C18994. Grayscale: #636363. Windows color (decimal): -12683669 or 7042622. OLE color: 7042622.

HSL color Cylindrical-coordinate representation of color #3E766B: hue angle of 168.21º 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 #3E766B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 62 118 107 -
CMYK 0.47 0 0.09 0.54
HSL 168.21º 0.31% 0.35% -
HSV(B) 168.21º 0.47% 0.46% -
XYZ 11.12 15.04 16.23 -
YUV 100 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 62 118 107 0.47 0 0.09 0.54 168.21 0.31 0.35
Hex 3E 76 6B 2F 0 9 36 A8 1F 23
Octal 76 166 153 57 0 11 66 250 37 43
Binary 111110 1110110 1101011 101111 0 1001 110110 10101000 11111 100011

Color Harmonies of #3E766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E766B

Black with #3E766B

Text Example


Text Example

White with #3E766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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