#565413

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

Shades of Army green #565413

Tints of Army green #565413

Color information

#565413 (or 0x565413) is unknown color: approx Army green. HEX triplet: 56, 54 and 13. RGB value is (86,84,19). Sum of RGB (Red+Green+Blue) = 86+84+19=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 19 (7.81% from 255 or 10.05% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #565413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565413 is #A9ABEC. Grayscale: #4D4D4D. Windows color (decimal): -11119597 or 1266774. OLE color: 1266774.

HSL color Cylindrical-coordinate representation of color #565413: hue angle of 58.21º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #565413 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.66.

Color convert

RGB868419-
CMYK00.020.780.66
HSL58.21º63.81%20.59%-
HSV(B)58.21º77.91%33.73%-
XYZ7.138.371.86-
YUV77.1995.16134.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 45.50%
GREEN value IS 84 (33.20% from 255) = 44.44%
BLUE value IS 19 (7.81% from 255) = 10.05%
R=45.50%
G=44.44%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86841900.020.780.6658.2163.8120.59
Hex565413024E423a4015
Octal12612423021161027210025
Binary101011010101001001101010011101000010111010100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565413; }

 p { color: rgb(86,84,19); }

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

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

 a { background-color: rgb(86,84,19); }

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

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

 span { border-color: rgb(86,84,19); }

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