Html Css Color HEX #4E7465 Dark Green Copper

📋 copy color: '#4E7465'

red 78 ◦ green 116 ◦ blue 101

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

Shades of Dark Green Copper #4E7465

Tints of Dark Green Copper #4E7465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 26.44%
G = 39.32%
B = 34.24%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#4E7465 (or 0x4E7465) is known color: Dark Green Copper. HEX triplet: 4E, 74 and 65. RGB value is (78,116,101). Sum of RGB (Red+Green+Blue) = 78+116+101=295 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.44% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7465 is #B18B9A. Grayscale: #666666. Windows color (decimal): -11635611 or 6648910. OLE color: 6648910.

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

Color convert

RGB 78 116 101 -
CMYK 0.33 0 0.13 0.55
HSL 156.32º 0.2% 0.38% -
HSV(B) 156.32º 0.33% 0.45% -
XYZ 11.74 15.05 14.6 -
YUV 102.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 78 116 101 0.33 0 0.13 0.55 156.32 0.2 0.38
Hex 4E 74 65 21 0 D 37 9C 14 26
Octal 116 164 145 41 0 15 67 234 24 46
Binary 1001110 1110100 1100101 100001 0 1101 110111 10011100 10100 100110

Color Harmonies of #4E7465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7465

Black with #4E7465

Text Example


Text Example

White with #4E7465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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