#4E786B

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

Shades of Dark Green Copper #4E786B

Tints of Dark Green Copper #4E786B

Color information

#4E786B (or 0x4E786B) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 78 and 6B. RGB value is (78,120,107). Sum of RGB (Red+Green+Blue) = 78+120+107=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4E786B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E786B is #B18794. Grayscale: #696969. Windows color (decimal): -11634581 or 7043150. OLE color: 7043150.

HSL color Cylindrical-coordinate representation of color #4E786B: hue angle of 161.43º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E786B is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB78120107-
CMYK0.3500.110.53
HSL161.43º21.21%38.82%-
HSV(B)161.43º35%47.06%-
XYZ12.5116.1116.36-
YUV105.96128.59108.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.57%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=25.57%
G=39.34%
B=35.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201070.3500.110.53161.4321.2138.82
Hex4E786B230B35a11527
Octal11617015343013652412547
Binary100111011110001101011100011010111101011010000110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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