#565418

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

Shades of Army green #565418

Tints of Army green #565418

Color information

#565418 (or 0x565418) is unknown color: approx Army green. HEX triplet: 56, 54 and 18. RGB value is (86,84,24). Sum of RGB (Red+Green+Blue) = 86+84+24=194 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.33% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 86 - color contains mainly: red. Hex color #565418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565418 is #A9ABE7. Grayscale: #4E4E4E. Windows color (decimal): -11119592 or 1594454. OLE color: 1594454.

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

Color convert

RGB868424-
CMYK00.020.720.66
HSL58.06º56.36%21.57%-
HSV(B)58.06º72.09%33.73%-
XYZ7.178.392.1-
YUV77.7697.66133.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 44.33%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=44.33%
G=43.30%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86842400.020.720.6658.0656.3621.57
Hex5654180248423a3816
Octal1261243002110102727026
Binary10101101010100110000101001000100001011101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565418; }

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

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

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

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

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

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

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

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