#4D5428

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

Shades of Army green #4D5428

Tints of Army green #4D5428

Color information

#4D5428 (or 0x4D5428) is unknown color: approx Army green. HEX triplet: 4D, 54 and 28. RGB value is (77,84,40). Sum of RGB (Red+Green+Blue) = 77+84+40=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #4D5428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5428 is #B2ABD7. Grayscale: #4D4D4D. Windows color (decimal): -11709400 or 2643021. OLE color: 2643021.

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

Color convert

RGB778440-
CMYK0.0800.520.67
HSL69.55º35.48%24.31%-
HSV(B)69.55º52.38%32.94%-
XYZ6.618.073.22-
YUV76.89107.18128.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=38.31%
G=41.79%
B=19.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7784400.0800.520.6769.5535.4824.31
Hex4D5428803443462318
Octal11512450100641031064330
Binary10011011010100101000100001101001000011100011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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