Html Css Color HEX #4D746E Dark Green Copper

📋 copy color: '#4D746E'

red 77 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #4D746E

Tints of Dark Green Copper #4D746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 25.41%
G = 38.28%
B = 36.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#4D746E (or 0x4D746E) is known color: Dark Green Copper. HEX triplet: 4D, 74 and 6E. RGB value is (77,116,110). Sum of RGB (Red+Green+Blue) = 77+116+110=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #4D746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D746E is #B28B91. Grayscale: #676767. Windows color (decimal): -11701138 or 7238733. OLE color: 7238733.

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

Color convert

RGB 77 116 110 -
CMYK 0.34 0 0.05 0.55
HSL 170.77º 0.2% 0.38% -
HSV(B) 170.77º 0.34% 0.45% -
XYZ 12.12 15.19 17.05 -
YUV 103.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 77 116 110 0.34 0 0.05 0.55 170.77 0.2 0.38
Hex 4D 74 6E 22 0 5 37 AB 14 26
Octal 115 164 156 42 0 5 67 253 24 46
Binary 1001101 1110100 1101110 100010 0 101 110111 10101011 10100 100110

Color Harmonies of #4D746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D746E

Black with #4D746E

Text Example


Text Example

White with #4D746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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