Html Css Color HEX #56611A Army green

📋 copy color: '#56611A'

red 86 ◦ green 97 ◦ blue 26

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

Shades of Army green #56611A

Tints of Army green #56611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 46.41%

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 41.15%
G = 46.41%
B = 12.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#56611A (or 0x56611A) is known color: Army green. HEX triplet: 56, 61 and 1A. RGB value is (86,97,26). Sum of RGB (Red+Green+Blue) = 86+97+26=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #56611A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56611A is #A99EE5. Grayscale: #555555. Windows color (decimal): -11116262 or 1728854. OLE color: 1728854.

HSL color Cylindrical-coordinate representation of color #56611A: hue angle of 69.3º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56611A is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 26 -
CMYK 0.11 0 0.73 0.62
HSL 69.3º 0.58% 0.24% -
HSV(B) 69.3º 0.73% 0.38% -
XYZ 8.3 10.6 2.59 -
YUV 85.62 94.36 128.27 -
System Red Green Blue C M Y K H S L
Decimal 86 97 26 0.11 0 0.73 0.62 69.3 0.58 0.24
Hex 56 61 1A B 0 49 3E 45 3A 18
Octal 126 141 32 13 0 111 76 105 72 30
Binary 1010110 1100001 11010 1011 0 1001001 111110 1000101 111010 11000

Color Harmonies of #56611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56611A

Black with #56611A

Text Example


Text Example

White with #56611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56611A; }

 p { color: rgb(86,97,26); }

 H1.HeaderClassName
 {
   color: #56611A;
 }
 .AnyTagClassName
 {
   color: #56611A;
 }
</style>

background-color css

<style>
 a { background-color: #56611A; }

 a { background-color: rgb(86,97,26); }

 div.DivClassName
 {
   background-color: #56611A;
 }
 .BgClassName
 {
   background-color: #56611A;
 }
</style>

border-color css

<style>
 span { border-color: #56611A; }

 span { border-color: rgb(86,97,26); }

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