Html Css Color HEX #4E746E Dark Green Copper

📋 copy color: '#4E746E'

red 78 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #4E746E

Tints of Dark Green Copper #4E746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.18%

R = 25.66%
G = 38.16%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#4E746E (or 0x4E746E) is known color: Dark Green Copper. HEX triplet: 4E, 74 and 6E. RGB value is (78,116,110). Sum of RGB (Red+Green+Blue) = 78+116+110=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 116 - color contains mainly: green. Hex color #4E746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E746E is #B18B91. Grayscale: #676767. Windows color (decimal): -11635602 or 7238734. OLE color: 7238734.

HSL color Cylindrical-coordinate representation of color #4E746E: hue angle of 170.53º 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 #4E746E is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 78 116 110 -
CMYK 0.33 0 0.05 0.55
HSL 170.53º 0.2% 0.38% -
HSV(B) 170.53º 0.33% 0.45% -
XYZ 12.2 15.24 17.05 -
YUV 103.95 131.41 109.49 -
System Red Green Blue C M Y K H S L
Decimal 78 116 110 0.33 0 0.05 0.55 170.53 0.2 0.38
Hex 4E 74 6E 21 0 5 37 AB 14 26
Octal 116 164 156 41 0 5 67 253 24 46
Binary 1001110 1110100 1101110 100001 0 101 110111 10101011 10100 100110

Color Harmonies of #4E746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E746E

Black with #4E746E

Text Example


Text Example

White with #4E746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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