Html Css Color HEX #4D6B64 Dark Green Copper

📋 copy color: '#4D6B64'

red 77 ◦ green 107 ◦ blue 100

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

Shades of Dark Green Copper #4D6B64

Tints of Dark Green Copper #4D6B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.68%

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

R = 27.11%
G = 37.68%
B = 35.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#4D6B64 (or 0x4D6B64) is known color: Dark Green Copper. HEX triplet: 4D, 6B and 64. RGB value is (77,107,100). Sum of RGB (Red+Green+Blue) = 77+107+100=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B64 is #B2949B. Grayscale: #616161. Windows color (decimal): -11703452 or 6581069. OLE color: 6581069.

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

Color convert

RGB 77 107 100 -
CMYK 0.28 0 0.07 0.58
HSL 166º 0.16% 0.36% -
HSV(B) 166º 0.28% 0.42% -
XYZ 10.62 13.01 14.01 -
YUV 97.23 129.56 113.57 -
System Red Green Blue C M Y K H S L
Decimal 77 107 100 0.28 0 0.07 0.58 166 0.16 0.36
Hex 4D 6B 64 1C 0 7 3A A6 10 24
Octal 115 153 144 34 0 7 72 246 20 44
Binary 1001101 1101011 1100100 11100 0 111 111010 10100110 10000 100100

Color Harmonies of #4D6B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6B64

Black with #4D6B64

Text Example


Text Example

White with #4D6B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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