#4D562A

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

Shades of Army green #4D562A

Tints of Army green #4D562A

Color information

#4D562A (or 0x4D562A) is unknown color: approx Army green. HEX triplet: 4D, 56 and 2A. RGB value is (77,86,42). Sum of RGB (Red+Green+Blue) = 77+86+42=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #4D562A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D562A is #B2A9D5. Grayscale: #4E4E4E. Windows color (decimal): -11708886 or 2774605. OLE color: 2774605.

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

Color convert

RGB778642-
CMYK0.1000.510.66
HSL72.27º34.38%25.1%-
HSV(B)72.27º51.16%33.73%-
XYZ6.818.43.45-
YUV78.29107.52127.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.56%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=37.56%
G=41.95%
B=20.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7786420.1000.510.6672.2734.3825.1
Hex4D562AA03342482219
Octal11512652120631021104231
Binary10011011010110101010101001100111000010100100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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