Html Css Color HEX #4D6E66 Dark Green Copper

📋 copy color: '#4D6E66'

red 77 ◦ green 110 ◦ blue 102

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

Shades of Dark Green Copper #4D6E66

Tints of Dark Green Copper #4D6E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 26.64%
G = 38.06%
B = 35.29%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#4D6E66 (or 0x4D6E66) is known color: Dark Green Copper. HEX triplet: 4D, 6E and 66. RGB value is (77,110,102). Sum of RGB (Red+Green+Blue) = 77+110+102=289 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.64% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #4D6E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6E66 is #B29199. Grayscale: #636363. Windows color (decimal): -11702682 or 6712909. OLE color: 6712909.

HSL color Cylindrical-coordinate representation of color #4D6E66: hue angle of 165.45º 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 #4D6E66 is Cyan = 0.3, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 110 102 -
CMYK 0.3 0 0.07 0.57
HSL 165.45º 0.18% 0.37% -
HSV(B) 165.45º 0.3% 0.43% -
XYZ 11.03 13.69 14.63 -
YUV 99.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 77 110 102 0.3 0 0.07 0.57 165.45 0.18 0.37
Hex 4D 6E 66 1E 0 7 39 A5 12 25
Octal 115 156 146 36 0 7 71 245 22 45
Binary 1001101 1101110 1100110 11110 0 111 111001 10100101 10010 100101

Color Harmonies of #4D6E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6E66

Black with #4D6E66

Text Example


Text Example

White with #4D6E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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