#56520D

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

Shades of Army green #56520D

Tints of Army green #56520D

Color information

#56520D (or 0x56520D) is unknown color: approx Army green. HEX triplet: 56, 52 and 0D. RGB value is (86,82,13). Sum of RGB (Red+Green+Blue) = 86+82+13=181 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.51% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 86 - color contains mainly: red. Hex color #56520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56520D is #A9ADF2. Grayscale: #4B4B4B. Windows color (decimal): -11120115 or 873046. OLE color: 873046.

HSL color Cylindrical-coordinate representation of color #56520D: hue angle of 56.71º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #56520D is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB868213-
CMYK00.050.850.66
HSL56.71º73.74%19.41%-
HSV(B)56.71º84.88%33.73%-
XYZ6.938.041.57-
YUV75.3392.83135.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.51%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=47.51%
G=45.30%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86821300.050.850.6656.7173.7419.41
Hex5652D055542394a13
Octal12612215051251027111223
Binary101011010100101101010110101011000010111001100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56520D; }

 p { color: rgb(86,82,13); }

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

<style>
 a { background-color: #56520D; }

 a { background-color: rgb(86,82,13); }

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

<style>
 span { border-color: #56520D; }

 span { border-color: rgb(86,82,13); }

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