#4E736B

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

Shades of Dark Green Copper #4E736B

Tints of Dark Green Copper #4E736B

Color information

#4E736B (or 0x4E736B) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 73 and 6B. RGB value is (78,115,107). Sum of RGB (Red+Green+Blue) = 78+115+107=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #4E736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E736B is #B18C94. Grayscale: #676767. Windows color (decimal): -11635861 or 7041870. OLE color: 7041870.

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

Color convert

RGB78115107-
CMYK0.3200.070.55
HSL167.03º19.17%37.84%-
HSV(B)167.03º32.17%45.1%-
XYZ11.9314.9416.17-
YUV103.02130.24110.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=26%
G=38.33%
B=35.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781151070.3200.070.55167.0319.1737.84
Hex4E736B200737a71326
Octal1161631534007672472346
Binary10011101110011110101110000001111101111010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,115,107); }

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

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

 a { background-color: rgb(78,115,107); }

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

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

 span { border-color: rgb(78,115,107); }

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