Html Css Color HEX #4D4C21 Army green

📋 copy color: '#4D4C21'

red 77 ◦ green 76 ◦ blue 33

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

Shades of Army green #4D4C21

Tints of Army green #4D4C21

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

 BLUE value IS 33 (13.28% from 255) = 17.74%

R = 41.4%
G = 40.86%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4D4C21 (or 0x4D4C21) is known color: Army green. HEX triplet: 4D, 4C and 21. RGB value is (77,76,33). Sum of RGB (Red+Green+Blue) = 77+76+33=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4C21 is #B2B3DE. Grayscale: #474747. Windows color (decimal): -11711455 or 2182221. OLE color: 2182221.

HSL color Cylindrical-coordinate representation of color #4D4C21: hue angle of 58.64º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D4C21 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 76 33 -
CMYK 0 0.01 0.57 0.70
HSL 58.64º 0.4% 0.22% -
HSV(B) 58.64º 0.57% 0.3% -
XYZ 5.92 6.86 2.45 -
YUV 71.4 106.33 132 -
System Red Green Blue C M Y K H S L
Decimal 77 76 33 0 0.01 0.57 0.70 58.64 0.4 0.22
Hex 4D 4C 21 0 1 39 46 3B 28 16
Octal 115 114 41 0 1 71 106 73 50 26
Binary 1001101 1001100 100001 0 1 111001 1000110 111011 101000 10110

Color Harmonies of #4D4C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4C21

Black with #4D4C21

Text Example


Text Example

White with #4D4C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,76,33); }

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

background-color css

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

 a { background-color: rgb(77,76,33); }

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

border-color css

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

 span { border-color: rgb(77,76,33); }

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