Html Css Color HEX #4E7265 Dark Green Copper

📋 copy color: '#4E7265'

red 78 ◦ green 114 ◦ blue 101

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

Shades of Dark Green Copper #4E7265

Tints of Dark Green Copper #4E7265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.91%

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

R = 26.62%
G = 38.91%
B = 34.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#4E7265 (or 0x4E7265) is known color: Dark Green Copper. HEX triplet: 4E, 72 and 65. RGB value is (78,114,101). Sum of RGB (Red+Green+Blue) = 78+114+101=293 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.62% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 114 - color contains mainly: green. Hex color #4E7265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7265 is #B18D9A. Grayscale: #656565. Windows color (decimal): -11636123 or 6648398. OLE color: 6648398.

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

Color convert

RGB 78 114 101 -
CMYK 0.32 0 0.11 0.55
HSL 158.33º 0.19% 0.38% -
HSV(B) 158.33º 0.32% 0.45% -
XYZ 11.51 14.59 14.52 -
YUV 101.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 78 114 101 0.32 0 0.11 0.55 158.33 0.19 0.38
Hex 4E 72 65 20 0 B 37 9E 13 26
Octal 116 162 145 40 0 13 67 236 23 46
Binary 1001110 1110010 1100101 100000 0 1011 110111 10011110 10011 100110

Color Harmonies of #4E7265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7265

Black with #4E7265

Text Example


Text Example

White with #4E7265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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