#4D5626

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

Shades of Army green #4D5626

Tints of Army green #4D5626

Color information

#4D5626 (or 0x4D5626) is unknown color: approx Army green. HEX triplet: 4D, 56 and 26. RGB value is (77,86,38). Sum of RGB (Red+Green+Blue) = 77+86+38=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 86 (33.98% from 255 or 42.79% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 86 - color contains mainly: green. Hex color #4D5626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5626 is #B2A9D9. Grayscale: #4E4E4E. Windows color (decimal): -11708890 or 2512461. OLE color: 2512461.

HSL color Cylindrical-coordinate representation of color #4D5626: hue angle of 71.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D5626 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB778638-
CMYK0.1000.560.66
HSL71.25º38.71%24.31%-
HSV(B)71.25º55.81%33.73%-
XYZ6.748.373.09-
YUV77.84105.52127.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.31%
GREEN value IS 86 (33.98% from 255) = 42.79%
BLUE value IS 38 (15.23% from 255) = 18.91%
R=38.31%
G=42.79%
B=18.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786380.1000.560.6671.2538.7124.31
Hex4D5626A03842472718
Octal11512646120701021074730
Binary10011011010110100110101001110001000010100011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,86,38); }

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

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

 a { background-color: rgb(77,86,38); }

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

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

 span { border-color: rgb(77,86,38); }

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