Html Css Color HEX #56541D Army green

📋 copy color: '#56541D'

red 86 ◦ green 84 ◦ blue 29

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

Shades of Army green #56541D

Tints of Army green #56541D

RGB

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

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

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.66

RGB Variations

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

Color information

#56541D (or 0x56541D) is known color: 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

RGB 86 84 29 -
CMYK 0 0.02 0.66 0.66
HSL 57.89º 0.5% 0.23% -
HSV(B) 57.89º 0.66% 0.34% -
XYZ 7.23 8.41 2.4 -
YUV 78.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 86 84 29 0 0.02 0.66 0.66 57.89 0.5 0.23
Hex 56 54 1D 0 2 42 42 3A 32 17
Octal 126 124 35 0 2 102 102 72 62 27
Binary 1010110 1010100 11101 0 10 1000010 1000010 111010 110010 10111

Color Harmonies of #56541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56541D

Black with #56541D

Text Example


Text Example

White with #56541D

Text Example


Text Example

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