Html Css Color HEX #4D726D Dark Green Copper

📋 copy color: '#4D726D'

red 77 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #4D726D

Tints of Dark Green Copper #4D726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38%

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 25.67%
G = 38%
B = 36.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4D726D (or 0x4D726D) is known color: Dark Green Copper. HEX triplet: 4D, 72 and 6D. RGB value is (77,114,109). Sum of RGB (Red+Green+Blue) = 77+114+109=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #4D726D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D726D is #B28D92. Grayscale: #666666. Windows color (decimal): -11701651 or 7172685. OLE color: 7172685.

HSL color Cylindrical-coordinate representation of color #4D726D: hue angle of 171.89º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D726D is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 114 109 -
CMYK 0.32 0 0.04 0.55
HSL 171.89º 0.19% 0.37% -
HSV(B) 171.89º 0.32% 0.45% -
XYZ 11.84 14.72 16.68 -
YUV 102.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 77 114 109 0.32 0 0.04 0.55 171.89 0.19 0.37
Hex 4D 72 6D 20 0 4 37 AC 13 25
Octal 115 162 155 40 0 4 67 254 23 45
Binary 1001101 1110010 1101101 100000 0 100 110111 10101100 10011 100101

Color Harmonies of #4D726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D726D

Black with #4D726D

Text Example


Text Example

White with #4D726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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