#4D6D63

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

Shades of Dark Green Copper #4D6D63

Tints of Dark Green Copper #4D6D63

Color information

#4D6D63 (or 0x4D6D63) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 6D and 63. RGB value is (77,109,99). Sum of RGB (Red+Green+Blue) = 77+109+99=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 109 (42.97% from 255 or 38.25% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D63 is #B2929C. Grayscale: #626262. Windows color (decimal): -11702941 or 6516045. OLE color: 6516045.

HSL color Cylindrical-coordinate representation of color #4D6D63: hue angle of 161.25º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D63 is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB7710999-
CMYK0.2900.090.57
HSL161.25º17.2%36.47%-
HSV(B)161.25º29.36%42.75%-
XYZ10.7813.4213.83-
YUV98.29128.4112.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 109 (42.97% from 255) = 38.25%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=27.02%
G=38.25%
B=34.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77109990.2900.090.57161.2517.236.47
Hex4D6D631D0939a11124
Octal11515514335011712412144
Binary10011011101101110001111101010011110011010000110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,109,99); }

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

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

 a { background-color: rgb(77,109,99); }

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

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

 span { border-color: rgb(77,109,99); }

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