Html Css Color HEX #4D736E Dark Green Copper

📋 copy color: '#4D736E'

red 77 ◦ green 115 ◦ blue 110

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

Shades of Dark Green Copper #4D736E

Tints of Dark Green Copper #4D736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

 BLUE value IS 110 (43.36% from 255) = 36.42%

R = 25.5%
G = 38.08%
B = 36.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#4D736E (or 0x4D736E) is known color: Dark Green Copper. HEX triplet: 4D, 73 and 6E. RGB value is (77,115,110). Sum of RGB (Red+Green+Blue) = 77+115+110=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #4D736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D736E is #B28C91. Grayscale: #676767. Windows color (decimal): -11701394 or 7238477. OLE color: 7238477.

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

Color convert

RGB 77 115 110 -
CMYK 0.33 0 0.04 0.55
HSL 172.11º 0.2% 0.38% -
HSV(B) 172.11º 0.33% 0.45% -
XYZ 12.01 14.97 17.01 -
YUV 103.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 77 115 110 0.33 0 0.04 0.55 172.11 0.2 0.38
Hex 4D 73 6E 21 0 4 37 AC 14 26
Octal 115 163 156 41 0 4 67 254 24 46
Binary 1001101 1110011 1101110 100001 0 100 110111 10101100 10100 100110

Color Harmonies of #4D736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D736E

Black with #4D736E

Text Example


Text Example

White with #4D736E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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