Html Css Color HEX #4D5320 Army green

📋 copy color: '#4D5320'

red 77 ◦ green 83 ◦ blue 32

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

Shades of Army green #4D5320

Tints of Army green #4D5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

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

R = 40.1%
G = 43.23%
B = 16.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.67

RGB Variations

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

Color information

#4D5320 (or 0x4D5320) is known color: Army green. HEX triplet: 4D, 53 and 20. RGB value is (77,83,32). Sum of RGB (Red+Green+Blue) = 77+83+32=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #4D5320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5320 is #B2ACDF. Grayscale: #4B4B4B. Windows color (decimal): -11709664 or 2118477. OLE color: 2118477.

HSL color Cylindrical-coordinate representation of color #4D5320: hue angle of 67.06º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D5320 is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.67.

Color convert

RGB 77 83 32 -
CMYK 0.07 0 0.61 0.67
HSL 67.06º 0.44% 0.23% -
HSV(B) 67.06º 0.61% 0.33% -
XYZ 6.41 7.87 2.55 -
YUV 75.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 77 83 32 0.07 0 0.61 0.67 67.06 0.44 0.23
Hex 4D 53 20 7 0 3D 43 43 2C 17
Octal 115 123 40 7 0 75 103 103 54 27
Binary 1001101 1010011 100000 111 0 111101 1000011 1000011 101100 10111

Color Harmonies of #4D5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5320

Black with #4D5320

Text Example


Text Example

White with #4D5320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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