#4D716B

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

Shades of Dark Green Copper #4D716B

Tints of Dark Green Copper #4D716B

Color information

#4D716B (or 0x4D716B) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 71 and 6B. RGB value is (77,113,107). Sum of RGB (Red+Green+Blue) = 77+113+107=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #4D716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D716B is #B28E94. Grayscale: #656565. Windows color (decimal): -11701909 or 7041357. OLE color: 7041357.

HSL color Cylindrical-coordinate representation of color #4D716B: hue angle of 170º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D716B is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB77113107-
CMYK0.3200.050.56
HSL170º18.95%37.25%-
HSV(B)170º31.86%44.31%-
XYZ11.6214.4516.09-
YUV101.55131.07110.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.93%
GREEN value IS 113 (44.53% from 255) = 38.05%
BLUE value IS 107 (42.19% from 255) = 36.03%
R=25.93%
G=38.05%
B=36.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771131070.3200.050.5617018.9537.25
Hex4D716B200538aa1325
Octal1151611534005702522345
Binary10011011110001110101110000001011110001010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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