Html Css Color HEX #4D7F71 Dark Green Copper

📋 copy color: '#4D7F71'

red 77 ◦ green 127 ◦ blue 113

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

Shades of Dark Green Copper #4D7F71

Tints of Dark Green Copper #4D7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 24.29%
G = 40.06%
B = 35.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#4D7F71 (or 0x4D7F71) is known color: Dark Green Copper. HEX triplet: 4D, 7F and 71. RGB value is (77,127,113). Sum of RGB (Red+Green+Blue) = 77+127+113=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F71 is #B2808E. Grayscale: #6E6E6E. Windows color (decimal): -11698319 or 7438157. OLE color: 7438157.

HSL color Cylindrical-coordinate representation of color #4D7F71: hue angle of 163.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4D7F71 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 127 113 -
CMYK 0.39 0 0.11 0.50
HSL 163.2º 0.25% 0.4% -
HSV(B) 163.2º 0.39% 0.5% -
XYZ 13.63 17.95 18.37 -
YUV 110.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 77 127 113 0.39 0 0.11 0.50 163.2 0.25 0.4
Hex 4D 7F 71 27 0 B 32 A3 19 28
Octal 115 177 161 47 0 13 62 243 31 50
Binary 1001101 1111111 1110001 100111 0 1011 110010 10100011 11001 101000

Color Harmonies of #4D7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F71

Black with #4D7F71

Text Example


Text Example

White with #4D7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,127,113); }

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

background-color css

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

 a { background-color: rgb(77,127,113); }

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

border-color css

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

 span { border-color: rgb(77,127,113); }

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