Html Css Color HEX #4D5021 Army green

📋 copy color: '#4D5021'

red 77 ◦ green 80 ◦ blue 33

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

Shades of Army green #4D5021

Tints of Army green #4D5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 42.11%

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

R = 40.53%
G = 42.11%
B = 17.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#4D5021 (or 0x4D5021) is known color: Army green. HEX triplet: 4D, 50 and 21. RGB value is (77,80,33). Sum of RGB (Red+Green+Blue) = 77+80+33=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 80 - color contains mainly: green. Hex color #4D5021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5021 is #B2AFDE. Grayscale: #494949. Windows color (decimal): -11710431 or 2183245. OLE color: 2183245.

HSL color Cylindrical-coordinate representation of color #4D5021: hue angle of 63.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D5021 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB 77 80 33 -
CMYK 0.04 0 0.59 0.69
HSL 63.83º 0.42% 0.22% -
HSV(B) 63.83º 0.59% 0.31% -
XYZ 6.2 7.42 2.55 -
YUV 73.75 105.01 130.32 -
System Red Green Blue C M Y K H S L
Decimal 77 80 33 0.04 0 0.59 0.69 63.83 0.42 0.22
Hex 4D 50 21 4 0 3B 45 40 2A 16
Octal 115 120 41 4 0 73 105 100 52 26
Binary 1001101 1010000 100001 100 0 111011 1000101 1000000 101010 10110

Color Harmonies of #4D5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5021

Black with #4D5021

Text Example


Text Example

White with #4D5021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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