Html Css Color HEX #4D7F73 Dark Green Copper

📋 copy color: '#4D7F73'

red 77 ◦ green 127 ◦ blue 115

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

Shades of Dark Green Copper #4D7F73

Tints of Dark Green Copper #4D7F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.05%

R = 24.14%
G = 39.81%
B = 36.05%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#4D7F73 (or 0x4D7F73) is known color: Dark Green Copper. HEX triplet: 4D, 7F and 73. RGB value is (77,127,115). Sum of RGB (Red+Green+Blue) = 77+127+115=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 127 - color contains mainly: green. Hex color #4D7F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7F73 is #B2808C. Grayscale: #6E6E6E. Windows color (decimal): -11698317 or 7569229. OLE color: 7569229.

HSL color Cylindrical-coordinate representation of color #4D7F73: hue angle of 165.6º 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 #4D7F73 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 127 115 -
CMYK 0.39 0 0.09 0.50
HSL 165.6º 0.25% 0.4% -
HSV(B) 165.6º 0.39% 0.5% -
XYZ 13.74 17.99 18.97 -
YUV 110.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 77 127 115 0.39 0 0.09 0.50 165.6 0.25 0.4
Hex 4D 7F 73 27 0 9 32 A6 19 28
Octal 115 177 163 47 0 11 62 246 31 50
Binary 1001101 1111111 1110011 100111 0 1001 110010 10100110 11001 101000

Color Harmonies of #4D7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7F73

Black with #4D7F73

Text Example


Text Example

White with #4D7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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