Html Css Color HEX #56520D Army green

📋 copy color: '#56520D'

red 86 ◦ green 82 ◦ blue 13

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

Shades of Army green #56520D

Tints of Army green #56520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 47.51%
G = 45.3%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 86 82 13 -
CMYK 0 0.05 0.85 0.66
HSL 56.71º 0.74% 0.19% -
HSV(B) 56.71º 0.85% 0.34% -
XYZ 6.93 8.04 1.57 -
YUV 75.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 86 82 13 0 0.05 0.85 0.66 56.71 0.74 0.19
Hex 56 52 D 0 5 55 42 39 4A 13
Octal 126 122 15 0 5 125 102 71 112 23
Binary 1010110 1010010 1101 0 101 1010101 1000010 111001 1001010 10011

Color Harmonies of #56520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56520D

Black with #56520D

Text Example


Text Example

White with #56520D

Text Example


Text Example

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