#56540E

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

Shades of Army green #56540E

Tints of Army green #56540E

Color information

#56540E (or 0x56540E) is unknown color: approx Army green. HEX triplet: 56, 54 and 0E. RGB value is (86,84,14). Sum of RGB (Red+Green+Blue) = 86+84+14=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #56540E is #A9ABF1. Grayscale: #4C4C4C. Windows color (decimal): -11119602 or 939094. OLE color: 939094.

HSL color Cylindrical-coordinate representation of color #56540E: hue angle of 58.33º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #56540E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB868414-
CMYK00.020.840.66
HSL58.33º72%19.61%-
HSV(B)58.33º83.72%33.73%-
XYZ7.098.351.65-
YUV76.6292.66134.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 14 (5.86% from 255) = 7.61%
R=46.74%
G=45.65%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86841400.020.840.6658.337219.61
Hex5654E0254423a4814
Octal12612416021241027211024
Binary10101101010100111001010101001000010111010100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56540E; }

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

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

<style>
 a { background-color: #56540E; }

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

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

<style>
 span { border-color: #56540E; }

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

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