#56581B

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

Shades of Army green #56581B

Tints of Army green #56581B

Color information

#56581B (or 0x56581B) is unknown color: approx Army green. HEX triplet: 56, 58 and 1B. RGB value is (86,88,27). Sum of RGB (Red+Green+Blue) = 86+88+27=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 88 - color contains mainly: green. Hex color #56581B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56581B is #A9A7E4. Grayscale: #505050. Windows color (decimal): -11118565 or 1792086. OLE color: 1792086.

HSL color Cylindrical-coordinate representation of color #56581B: hue angle of 61.97º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56581B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB868827-
CMYK0.0200.690.65
HSL61.97º53.04%22.55%-
HSV(B)61.97º69.32%34.51%-
XYZ7.539.042.38-
YUV80.4597.84131.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 42.79%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=42.79%
G=43.78%
B=13.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8688270.0200.690.6561.9753.0422.55
Hex56581B2045413e3517
Octal1261303320105101766527
Binary10101101011000110111001000101100000111111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56581B; }

 p { color: rgb(86,88,27); }

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

<style>
 a { background-color: #56581B; }

 a { background-color: rgb(86,88,27); }

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

<style>
 span { border-color: #56581B; }

 span { border-color: rgb(86,88,27); }

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