Html Css Color HEX #4D8073 Dark Green Copper

📋 copy color: '#4D8073'

red 77 ◦ green 128 ◦ blue 115

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

Shades of Dark Green Copper #4D8073

Tints of Dark Green Copper #4D8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

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

R = 24.06%
G = 40%
B = 35.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#4D8073 (or 0x4D8073) is known color: Dark Green Copper. HEX triplet: 4D, 80 and 73. RGB value is (77,128,115). Sum of RGB (Red+Green+Blue) = 77+128+115=320 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.06% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #4D8073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8073 is #B27F8C. Grayscale: #6F6F6F. Windows color (decimal): -11698061 or 7569485. OLE color: 7569485.

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

Color convert

RGB 77 128 115 -
CMYK 0.40 0 0.10 0.50
HSL 164.71º 0.25% 0.4% -
HSV(B) 164.71º 0.4% 0.5% -
XYZ 13.87 18.25 19.01 -
YUV 111.27 130.1 103.56 -
System Red Green Blue C M Y K H S L
Decimal 77 128 115 0.40 0 0.10 0.50 164.71 0.25 0.4
Hex 4D 80 73 28 0 A 32 A5 19 28
Octal 115 200 163 50 0 12 62 245 31 50
Binary 1001101 10000000 1110011 101000 0 1010 110010 10100101 11001 101000

Color Harmonies of #4D8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8073

Black with #4D8073

Text Example


Text Example

White with #4D8073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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