Html Css Color HEX #3E766F Dark Green Copper

📋 copy color: '#3E766F'

red 62 ◦ green 118 ◦ blue 111

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

Shades of Dark Green Copper #3E766F

Tints of Dark Green Copper #3E766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 38.14%

R = 21.31%
G = 40.55%
B = 38.14%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#3E766F (or 0x3E766F) is known color: Dark Green Copper. HEX triplet: 3E, 76 and 6F. RGB value is (62,118,111). Sum of RGB (Red+Green+Blue) = 62+118+111=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766F is #C18990. Grayscale: #646464. Windows color (decimal): -12683665 or 7304766. OLE color: 7304766.

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

Color convert

RGB 62 118 111 -
CMYK 0.47 0 0.06 0.54
HSL 172.5º 0.31% 0.35% -
HSV(B) 172.5º 0.47% 0.46% -
XYZ 11.33 15.13 17.36 -
YUV 100.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 62 118 111 0.47 0 0.06 0.54 172.5 0.31 0.35
Hex 3E 76 6F 2F 0 6 36 AC 1F 23
Octal 76 166 157 57 0 6 66 254 37 43
Binary 111110 1110110 1101111 101111 0 110 110110 10101100 11111 100011

Color Harmonies of #3E766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E766F

Black with #3E766F

Text Example


Text Example

White with #3E766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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