Html Css Color HEX #4D6E63 Dark Green Copper

📋 copy color: '#4D6E63'

red 77 ◦ green 110 ◦ blue 99

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

Shades of Dark Green Copper #4D6E63

Tints of Dark Green Copper #4D6E63

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 99 (39.06% from 255) = 34.62%

R = 26.92%
G = 38.46%
B = 34.62%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#4D6E63 (or 0x4D6E63) is known color: Dark Green Copper. HEX triplet: 4D, 6E and 63. RGB value is (77,110,99). Sum of RGB (Red+Green+Blue) = 77+110+99=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E63 is #B2919C. Grayscale: #626262. Windows color (decimal): -11702685 or 6516301. OLE color: 6516301.

HSL color Cylindrical-coordinate representation of color #4D6E63: hue angle of 160º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4D6E63 is Cyan = 0.3, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 110 99 -
CMYK 0.3 0 0.1 0.57
HSL 160º 0.18% 0.37% -
HSV(B) 160º 0.3% 0.43% -
XYZ 10.89 13.63 13.86 -
YUV 98.88 128.07 112.39 -
System Red Green Blue C M Y K H S L
Decimal 77 110 99 0.3 0 0.1 0.57 160 0.18 0.37
Hex 4D 6E 63 1E 0 A 39 A0 12 25
Octal 115 156 143 36 0 12 71 240 22 45
Binary 1001101 1101110 1100011 11110 0 1010 111001 10100000 10010 100101

Color Harmonies of #4D6E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6E63

Black with #4D6E63

Text Example


Text Example

White with #4D6E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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