#56541D

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

Shades of Army green #56541D

Tints of Army green #56541D

Color information

#56541D (or 0x56541D) is unknown color: approx Army green. HEX triplet: 56, 54 and 1D. RGB value is (86,84,29). Sum of RGB (Red+Green+Blue) = 86+84+29=199 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.22% from 199); Green value is 84 (33.20% from 255 or 42.21% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 86 - color contains mainly: red. Hex color #56541D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56541D is #A9ABE2. Grayscale: #4E4E4E. Windows color (decimal): -11119587 or 1922134. OLE color: 1922134.

HSL color Cylindrical-coordinate representation of color #56541D: hue angle of 57.89º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56541D is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB868429-
CMYK00.020.660.66
HSL57.89º49.57%22.55%-
HSV(B)57.89º66.28%33.73%-
XYZ7.238.412.4-
YUV78.33100.16133.47-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 43.22%
GREEN value IS 84 (33.20% from 255) = 42.21%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=43.22%
G=42.21%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86842900.020.660.6657.8949.5722.55
Hex56541D0242423a3217
Octal1261243502102102726227
Binary10101101010100111010101000010100001011101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56541D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,84,29); }

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

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

 a { background-color: rgb(86,84,29); }

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

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

 span { border-color: rgb(86,84,29); }

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