#4D776B

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

Shades of Dark Green Copper #4D776B

Tints of Dark Green Copper #4D776B

Color information

#4D776B (or 0x4D776B) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 77 and 6B. RGB value is (77,119,107). Sum of RGB (Red+Green+Blue) = 77+119+107=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #4D776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D776B is #B28894. Grayscale: #696969. Windows color (decimal): -11700373 or 7042893. OLE color: 7042893.

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

Color convert

RGB77119107-
CMYK0.3500.100.53
HSL162.86º21.43%38.43%-
HSV(B)162.86º35.29%46.67%-
XYZ12.3115.8316.32-
YUV105.07129.09107.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.41%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 107 (42.19% from 255) = 35.31%
R=25.41%
G=39.27%
B=35.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771191070.3500.100.53162.8621.4338.43
Hex4D776B230A35a31526
Octal11516715343012652432546
Binary100110111101111101011100011010101101011010001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,119,107); }

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

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

 a { background-color: rgb(77,119,107); }

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

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

 span { border-color: rgb(77,119,107); }

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