#4D6B65

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

Shades of Dark Green Copper #4D6B65

Tints of Dark Green Copper #4D6B65

Color information

#4D6B65 (or 0x4D6B65) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 6B and 65. RGB value is (77,107,101). Sum of RGB (Red+Green+Blue) = 77+107+101=285 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.02% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B65 is #B2949A. Grayscale: #616161. Windows color (decimal): -11703451 or 6646605. OLE color: 6646605.

HSL color Cylindrical-coordinate representation of color #4D6B65: hue angle of 168º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B65 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB77107101-
CMYK0.2800.060.58
HSL168º16.3%36.08%-
HSV(B)168º28.04%41.96%-
XYZ10.6713.0314.27-
YUV97.35130.06113.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.02%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 101 (39.84% from 255) = 35.44%
R=27.02%
G=37.54%
B=35.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal771071010.2800.060.5816816.336.08
Hex4D6B651C063Aa81024
Octal1151531453406722502044
Binary1001101110101111001011110001101110101010100010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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