Html Css Color HEX #4D8174 Dark Green Copper

📋 copy color: '#4D8174'

red 77 ◦ green 129 ◦ blue 116

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

Shades of Dark Green Copper #4D8174

Tints of Dark Green Copper #4D8174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

 BLUE value IS 116 (45.7% from 255) = 36.02%

R = 23.91%
G = 40.06%
B = 36.02%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#4D8174 (or 0x4D8174) is known color: Dark Green Copper. HEX triplet: 4D, 81 and 74. RGB value is (77,129,116). Sum of RGB (Red+Green+Blue) = 77+129+116=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #4D8174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D8174 is #B27E8B. Grayscale: #6F6F6F. Windows color (decimal): -11697804 or 7635277. OLE color: 7635277.

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

Color convert

RGB 77 129 116 -
CMYK 0.40 0 0.10 0.49
HSL 165º 0.25% 0.4% -
HSV(B) 165º 0.4% 0.51% -
XYZ 14.06 18.54 19.36 -
YUV 111.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 77 129 116 0.40 0 0.10 0.49 165 0.25 0.4
Hex 4D 81 74 28 0 A 31 A5 19 28
Octal 115 201 164 50 0 12 61 245 31 50
Binary 1001101 10000001 1110100 101000 0 1010 110001 10100101 11001 101000

Color Harmonies of #4D8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8174

Black with #4D8174

Text Example


Text Example

White with #4D8174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,129,116); }

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

background-color css

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

 a { background-color: rgb(77,129,116); }

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

border-color css

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

 span { border-color: rgb(77,129,116); }

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