Html Css Color HEX #4D5620 Army green

📋 copy color: '#4D5620'

red 77 ◦ green 86 ◦ blue 32

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

Shades of Army green #4D5620

Tints of Army green #4D5620

RGB

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

 GREEN value IS 86 (33.98% from 255) = 44.1%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 39.49%
G = 44.1%
B = 16.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#4D5620 (or 0x4D5620) is known color: Army green. HEX triplet: 4D, 56 and 20. RGB value is (77,86,32). Sum of RGB (Red+Green+Blue) = 77+86+32=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5620 is #B2A9DF. Grayscale: #4D4D4D. Windows color (decimal): -11708896 or 2119245. OLE color: 2119245.

HSL color Cylindrical-coordinate representation of color #4D5620: hue angle of 70º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D5620 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 86 32 -
CMYK 0.10 0 0.63 0.66
HSL 70º 0.46% 0.23% -
HSV(B) 70º 0.63% 0.34% -
XYZ 6.65 8.34 2.63 -
YUV 77.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 77 86 32 0.10 0 0.63 0.66 70 0.46 0.23
Hex 4D 56 20 A 0 3F 42 46 2E 17
Octal 115 126 40 12 0 77 102 106 56 27
Binary 1001101 1010110 100000 1010 0 111111 1000010 1000110 101110 10111

Color Harmonies of #4D5620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5620

Black with #4D5620

Text Example


Text Example

White with #4D5620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,86,32); }

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

background-color css

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

 a { background-color: rgb(77,86,32); }

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

border-color css

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

 span { border-color: rgb(77,86,32); }

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