#4D5429

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

Shades of Army green #4D5429

Tints of Army green #4D5429

Color information

#4D5429 (or 0x4D5429) is unknown color: approx Army green. HEX triplet: 4D, 54 and 29. RGB value is (77,84,41). Sum of RGB (Red+Green+Blue) = 77+84+41=202 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.12% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 41 (16.41% from 255 or 20.30% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5429 is #B2ABD6. Grayscale: #4D4D4D. Windows color (decimal): -11709399 or 2708557. OLE color: 2708557.

HSL color Cylindrical-coordinate representation of color #4D5429: hue angle of 69.77º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D5429 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB778441-
CMYK0.0800.510.67
HSL69.77º34.4%24.51%-
HSV(B)69.77º51.19%32.94%-
XYZ6.638.083.31-
YUV77.01107.68128-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.12%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 41 (16.41% from 255) = 20.30%
R=38.12%
G=41.58%
B=20.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784410.0800.510.6769.7734.424.51
Hex4D5429803343462219
Octal11512451100631031064231
Binary10011011010100101001100001100111000011100011010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,84,41); }

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

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

 a { background-color: rgb(77,84,41); }

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

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

 span { border-color: rgb(77,84,41); }

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