#4D5821

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

Shades of Army green #4D5821

Tints of Army green #4D5821

Color information

#4D5821 (or 0x4D5821) is unknown color: approx Army green. HEX triplet: 4D, 58 and 21. RGB value is (77,88,33). Sum of RGB (Red+Green+Blue) = 77+88+33=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #4D5821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5821 is #B2A7DE. Grayscale: #4E4E4E. Windows color (decimal): -11708383 or 2185293. OLE color: 2185293.

HSL color Cylindrical-coordinate representation of color #4D5821: hue angle of 72º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D5821 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB778833-
CMYK0.1200.620.65
HSL72º45.45%23.73%-
HSV(B)72º62.5%34.51%-
XYZ6.828.672.75-
YUV78.44102.36126.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 88 (34.77% from 255) = 44.44%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=38.89%
G=44.44%
B=16.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7788330.1200.620.657245.4523.73
Hex4D5821C03E41482d18
Octal11513041140761011105530
Binary10011011011000100001110001111101000001100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D5821;
 }
 .AnyTagClassName
 {
   color: #4D5821;
 }
</style>
background-color css

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

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

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

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

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

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