Html Css Color HEX #4D756B Dark Green Copper

📋 copy color: '#4D756B'

red 77 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #4D756B

Tints of Dark Green Copper #4D756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 107 (42.19% from 255) = 35.55%

R = 25.58%
G = 38.87%
B = 35.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#4D756B (or 0x4D756B) is known color: Dark Green Copper. HEX triplet: 4D, 75 and 6B. RGB value is (77,117,107). Sum of RGB (Red+Green+Blue) = 77+117+107=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #4D756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D756B is #B28A94. Grayscale: #676767. Windows color (decimal): -11700885 or 7042381. OLE color: 7042381.

HSL color Cylindrical-coordinate representation of color #4D756B: hue angle of 165º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D756B is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 117 107 -
CMYK 0.34 0 0.09 0.54
HSL 165º 0.21% 0.38% -
HSV(B) 165º 0.34% 0.46% -
XYZ 12.08 15.36 16.24 -
YUV 103.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 77 117 107 0.34 0 0.09 0.54 165 0.21 0.38
Hex 4D 75 6B 22 0 9 36 A5 15 26
Octal 115 165 153 42 0 11 66 245 25 46
Binary 1001101 1110101 1101011 100010 0 1001 110110 10100101 10101 100110

Color Harmonies of #4D756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D756B

Black with #4D756B

Text Example


Text Example

White with #4D756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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