#4D5021

Color #4D5021 Army green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Army green #4D5021

Tints of Army green #4D5021

Color information

#4D5021 (or 0x4D5021) is unknown color: approx 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

RGB778033-
CMYK0.0400.590.69
HSL63.83º41.59%22.16%-
HSV(B)63.83º58.75%31.37%-
XYZ6.27.422.55-
YUV73.74105.01130.32-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7780330.0400.590.6963.8341.5922.16
Hex4D5021403B45402a16
Octal1151204140731051005226
Binary1001101101000010000110001110111000101100000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>