Html Css Color HEX #3E756D Dark Green Copper

📋 copy color: '#3E756D'

red 62 ◦ green 117 ◦ blue 109

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

Shades of Dark Green Copper #3E756D

Tints of Dark Green Copper #3E756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.63%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 21.53%
G = 40.63%
B = 37.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#3E756D (or 0x3E756D) is known color: Dark Green Copper. HEX triplet: 3E, 75 and 6D. RGB value is (62,117,109). Sum of RGB (Red+Green+Blue) = 62+117+109=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #3E756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E756D is #C18A92. Grayscale: #636363. Windows color (decimal): -12683923 or 7173438. OLE color: 7173438.

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

Color convert

RGB 62 117 109 -
CMYK 0.47 0 0.07 0.54
HSL 171.27º 0.31% 0.35% -
HSV(B) 171.27º 0.47% 0.46% -
XYZ 11.11 14.85 16.75 -
YUV 99.64 133.28 101.15 -
System Red Green Blue C M Y K H S L
Decimal 62 117 109 0.47 0 0.07 0.54 171.27 0.31 0.35
Hex 3E 75 6D 2F 0 7 36 AB 1F 23
Octal 76 165 155 57 0 7 66 253 37 43
Binary 111110 1110101 1101101 101111 0 111 110110 10101011 11111 100011

Color Harmonies of #3E756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E756D

Black with #3E756D

Text Example


Text Example

White with #3E756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,117,109); }

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

background-color css

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

 a { background-color: rgb(62,117,109); }

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

border-color css

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

 span { border-color: rgb(62,117,109); }

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