#4E7D6E

Color #4E7D6E Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #4E7D6E

Tints of Dark Green Copper #4E7D6E

Color information

#4E7D6E (or 0x4E7D6E) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 7D and 6E. RGB value is (78,125,110). Sum of RGB (Red+Green+Blue) = 78+125+110=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 125 - color contains mainly: green. Hex color #4E7D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7D6E is #B18291. Grayscale: #6D6D6D. Windows color (decimal): -11633298 or 7241038. OLE color: 7241038.

HSL color Cylindrical-coordinate representation of color #4E7D6E: hue angle of 160.85º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4E7D6E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB78125110-
CMYK0.3800.120.51
HSL160.85º23.15%39.8%-
HSV(B)160.85º37.6%49.02%-
XYZ13.2917.4117.41-
YUV109.24128.43105.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=24.92%
G=39.94%
B=35.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal781251100.3800.120.51160.8523.1539.8
Hex4E7D6E260C33a11728
Octal11617515646014632412750
Binary100111011111011101110100110011001100111010000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E7D6E;
 }
 .AnyTagClassName
 {
   color: #4E7D6E;
 }
</style>
background-color css

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

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

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

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

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

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