Html Css Color HEX #56540E Army green

📋 copy color: '#56540E'

red 86 ◦ green 84 ◦ blue 14

#56540E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Army green #56540E

Tints of Army green #56540E

RGB

 RED value IS 86 (33.98% from 255) = 46.74%

 GREEN value IS 84 (33.2% 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 value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#56540E (or 0x56540E) is known color: 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

RGB 86 84 14 -
CMYK 0 0.02 0.84 0.66
HSL 58.33º 0.72% 0.2% -
HSV(B) 58.33º 0.84% 0.34% -
XYZ 7.09 8.35 1.65 -
YUV 76.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 86 84 14 0 0.02 0.84 0.66 58.33 0.72 0.2
Hex 56 54 E 0 2 54 42 3A 48 14
Octal 126 124 16 0 2 124 102 72 110 24
Binary 1010110 1010100 1110 0 10 1010100 1000010 111010 1001000 10100

Color Harmonies of #56540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56540E

Black with #56540E

Text Example


Text Example

White with #56540E

Text Example


Text Example

HTML Codes & Css Web 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>