Html Css Color HEX #4E746D Dark Green Copper

📋 copy color: '#4E746D'

red 78 ◦ green 116 ◦ blue 109

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

Shades of Dark Green Copper #4E746D

Tints of Dark Green Copper #4E746D

RGB

 RED value IS 78 (30.86% from 255) = 25.74%

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

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

R = 25.74%
G = 38.28%
B = 35.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#4E746D (or 0x4E746D) is known color: Dark Green Copper. HEX triplet: 4E, 74 and 6D. RGB value is (78,116,109). Sum of RGB (Red+Green+Blue) = 78+116+109=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #4E746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E746D is #B18B92. Grayscale: #676767. Windows color (decimal): -11635603 or 7173198. OLE color: 7173198.

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

Color convert

RGB 78 116 109 -
CMYK 0.33 0 0.06 0.55
HSL 168.95º 0.2% 0.38% -
HSV(B) 168.95º 0.33% 0.45% -
XYZ 12.15 15.21 16.76 -
YUV 103.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 78 116 109 0.33 0 0.06 0.55 168.95 0.2 0.38
Hex 4E 74 6D 21 0 6 37 A9 14 26
Octal 116 164 155 41 0 6 67 251 24 46
Binary 1001110 1110100 1101101 100001 0 110 110111 10101001 10100 100110

Color Harmonies of #4E746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E746D

Black with #4E746D

Text Example


Text Example

White with #4E746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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