Html Css Color HEX #4D6D66 Dark Green Copper

📋 copy color: '#4D6D66'

red 77 ◦ green 109 ◦ blue 102

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

Shades of Dark Green Copper #4D6D66

Tints of Dark Green Copper #4D6D66

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.85%

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

R = 26.74%
G = 37.85%
B = 35.42%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.57

RGB Variations

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

Color information

#4D6D66 (or 0x4D6D66) is known color: Dark Green Copper. HEX triplet: 4D, 6D and 66. RGB value is (77,109,102). Sum of RGB (Red+Green+Blue) = 77+109+102=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D66 is #B29299. Grayscale: #626262. Windows color (decimal): -11702938 or 6712653. OLE color: 6712653.

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

Color convert

RGB 77 109 102 -
CMYK 0.29 0 0.06 0.57
HSL 166.88º 0.17% 0.36% -
HSV(B) 166.88º 0.29% 0.43% -
XYZ 10.93 13.47 14.6 -
YUV 98.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 77 109 102 0.29 0 0.06 0.57 166.88 0.17 0.36
Hex 4D 6D 66 1D 0 6 39 A7 11 24
Octal 115 155 146 35 0 6 71 247 21 44
Binary 1001101 1101101 1100110 11101 0 110 111001 10100111 10001 100100

Color Harmonies of #4D6D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6D66

Black with #4D6D66

Text Example


Text Example

White with #4D6D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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