Html Css Color HEX #4D7064 Dark Green Copper

📋 copy color: '#4D7064'

red 77 ◦ green 112 ◦ blue 100

#4D7064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #4D7064

Tints of Dark Green Copper #4D7064

RGB

 RED value IS 77 (30.47% from 255) = 26.64%

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 26.64%
G = 38.75%
B = 34.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#4D7064 (or 0x4D7064) is known color: Dark Green Copper. HEX triplet: 4D, 70 and 64. RGB value is (77,112,100). Sum of RGB (Red+Green+Blue) = 77+112+100=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #4D7064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7064 is #B28F9B. Grayscale: #646464. Windows color (decimal): -11702172 or 6582349. OLE color: 6582349.

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

Color convert

RGB 77 112 100 -
CMYK 0.31 0 0.11 0.56
HSL 159.43º 0.19% 0.37% -
HSV(B) 159.43º 0.31% 0.44% -
XYZ 11.15 14.09 14.19 -
YUV 100.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 77 112 100 0.31 0 0.11 0.56 159.43 0.19 0.37
Hex 4D 70 64 1F 0 B 38 9F 13 25
Octal 115 160 144 37 0 13 70 237 23 45
Binary 1001101 1110000 1100100 11111 0 1011 111000 10011111 10011 100101

Color Harmonies of #4D7064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7064

Black with #4D7064

Text Example


Text Example

White with #4D7064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,112,100); }

 H1.HeaderClassName
 {
   color: #4D7064;
 }
 .AnyTagClassName
 {
   color: #4D7064;
 }
</style>

background-color css

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

 a { background-color: rgb(77,112,100); }

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

border-color css

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

 span { border-color: rgb(77,112,100); }

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