#56591A

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

Shades of Army green #56591A

Tints of Army green #56591A

Color information

#56591A (or 0x56591A) is unknown color: approx Army green. HEX triplet: 56, 59 and 1A. RGB value is (86,89,26). Sum of RGB (Red+Green+Blue) = 86+89+26=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 89 (35.16% from 255 or 44.28% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 89 - color contains mainly: green. Hex color #56591A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56591A is #A9A6E5. Grayscale: #515151. Windows color (decimal): -11118310 or 1726806. OLE color: 1726806.

HSL color Cylindrical-coordinate representation of color #56591A: hue angle of 62.86º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56591A is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.65.

Color convert

RGB868926-
CMYK0.0300.710.65
HSL62.86º54.78%22.55%-
HSV(B)62.86º70.79%34.9%-
XYZ7.69.22.35-
YUV80.9297.01131.62-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 89 (35.16% from 255) = 44.28%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=42.79%
G=44.28%
B=12.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8689260.0300.710.6562.8654.7822.55
Hex56591A3047413f3717
Octal1261313230107101776727
Binary10101101011001110101101000111100000111111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56591A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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