Html Css Color HEX #3E746D Dark Green Copper

📋 copy color: '#3E746D'

red 62 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #3E746D

Tints of Dark Green Copper #3E746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.42%

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

R = 21.6%
G = 40.42%
B = 37.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#3E746D (or 0x3E746D) is known color: Dark Green Copper. HEX triplet: 3E, 74 and 6D. RGB value is (62,116,109). Sum of RGB (Red+Green+Blue) = 62+116+109=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #3E746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E746D is #C18B92. Grayscale: #636363. Windows color (decimal): -12684179 or 7173182. OLE color: 7173182.

HSL color Cylindrical-coordinate representation of color #3E746D: hue angle of 172.22º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E746D is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 116 109 -
CMYK 0.47 0 0.06 0.55
HSL 172.22º 0.3% 0.35% -
HSV(B) 172.22º 0.47% 0.45% -
XYZ 10.99 14.62 16.71 -
YUV 99.06 133.61 101.57 -
System Red Green Blue C M Y K H S L
Decimal 62 116 109 0.47 0 0.06 0.55 172.22 0.3 0.35
Hex 3E 74 6D 2F 0 6 37 AC 1E 23
Octal 76 164 155 57 0 6 67 254 36 43
Binary 111110 1110100 1101101 101111 0 110 110111 10101100 11110 100011

Color Harmonies of #3E746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E746D

Black with #3E746D

Text Example


Text Example

White with #3E746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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