Html Css Color HEX #4E746A Dark Green Copper

📋 copy color: '#4E746A'

red 78 ◦ green 116 ◦ blue 106

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

Shades of Dark Green Copper #4E746A

Tints of Dark Green Copper #4E746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.33%

R = 26%
G = 38.67%
B = 35.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#4E746A (or 0x4E746A) is known color: Dark Green Copper. HEX triplet: 4E, 74 and 6A. RGB value is (78,116,106). Sum of RGB (Red+Green+Blue) = 78+116+106=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #4E746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E746A is #B18B95. Grayscale: #676767. Windows color (decimal): -11635606 or 6976590. OLE color: 6976590.

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

Color convert

RGB 78 116 106 -
CMYK 0.33 0 0.09 0.55
HSL 164.21º 0.2% 0.38% -
HSV(B) 164.21º 0.33% 0.45% -
XYZ 11.99 15.15 15.93 -
YUV 103.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 78 116 106 0.33 0 0.09 0.55 164.21 0.2 0.38
Hex 4E 74 6A 21 0 9 37 A4 14 26
Octal 116 164 152 41 0 11 67 244 24 46
Binary 1001110 1110100 1101010 100001 0 1001 110111 10100100 10100 100110

Color Harmonies of #4E746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E746A

Black with #4E746A

Text Example


Text Example

White with #4E746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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