Html Css Color HEX #4D6C66 Dark Green Copper

📋 copy color: '#4D6C66'

red 77 ◦ green 108 ◦ blue 102

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

Shades of Dark Green Copper #4D6C66

Tints of Dark Green Copper #4D6C66

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.63%

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

R = 26.83%
G = 37.63%
B = 35.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#4D6C66 (or 0x4D6C66) is known color: Dark Green Copper. HEX triplet: 4D, 6C and 66. RGB value is (77,108,102). Sum of RGB (Red+Green+Blue) = 77+108+102=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 108 - color contains mainly: green. Hex color #4D6C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6C66 is #B29399. Grayscale: #626262. Windows color (decimal): -11703194 or 6712397. OLE color: 6712397.

HSL color Cylindrical-coordinate representation of color #4D6C66: hue angle of 168.39º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6C66 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 108 102 -
CMYK 0.29 0 0.06 0.58
HSL 168.39º 0.17% 0.36% -
HSV(B) 168.39º 0.29% 0.42% -
XYZ 10.82 13.26 14.56 -
YUV 98.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 77 108 102 0.29 0 0.06 0.58 168.39 0.17 0.36
Hex 4D 6C 66 1D 0 6 3A A8 11 24
Octal 115 154 146 35 0 6 72 250 21 44
Binary 1001101 1101100 1100110 11101 0 110 111010 10101000 10001 100100

Color Harmonies of #4D6C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6C66

Black with #4D6C66

Text Example


Text Example

White with #4D6C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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